about summary refs log tree commit diff
path: root/boot/tests/parse
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-04 23:35:45 +0200
committerMel <mel@rnrd.eu>2025-07-04 23:35:45 +0200
commit36d20bebd14acb83c9160b05c3946af8e96e2a18 (patch)
tree59a7588e0b46a8741c411e56a10f8cc07fad8fb9 /boot/tests/parse
parent6d186ac284cf35ab42e21c2538947b8786373a21 (diff)
downloadcatskill-36d20bebd14acb83c9160b05c3946af8e96e2a18.tar.zst
catskill-36d20bebd14acb83c9160b05c3946af8e96e2a18.zip
Tree printer handle whitespace more consistently
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/tests/parse')
-rw-r--r--boot/tests/parse/basic.cskt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/tests/parse/basic.cskt b/boot/tests/parse/basic.cskt
index fcc6af0..a59aff6 100644
--- a/boot/tests/parse/basic.cskt
+++ b/boot/tests/parse/basic.cskt
@@ -9,6 +9,6 @@ main = fun () int {
 
 >>>
 
-(expr (binary = (expr (name main)) (expr (function  (returns (type name int)) (block
+(expr (binary = (expr (name main)) (expr (function (returns (type name int)) (block
 	(return (expr (binary + (expr 1) (expr 2))))
 )))))
\ No newline at end of file