diff options
| author | Mel <mel@rnrd.eu> | 2025-07-04 23:35:45 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-04 23:35:45 +0200 |
| commit | 36d20bebd14acb83c9160b05c3946af8e96e2a18 (patch) | |
| tree | 59a7588e0b46a8741c411e56a10f8cc07fad8fb9 /boot/tests/parse | |
| parent | 6d186ac284cf35ab42e21c2538947b8786373a21 (diff) | |
| download | catskill-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.cskt | 2 |
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 |
