From 36d20bebd14acb83c9160b05c3946af8e96e2a18 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 4 Jul 2025 23:35:45 +0200 Subject: Tree printer handle whitespace more consistently Signed-off-by: Mel --- boot/tests/parse/basic.cskt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/tests') 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 -- cgit 1.4.1