aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/simple.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/simple.sy')
-rw-r--r--progs/tests/auto/simple.sy12
1 files changed, 6 insertions, 6 deletions
diff --git a/progs/tests/auto/simple.sy b/progs/tests/auto/simple.sy
index 436dcae..99bf586 100644
--- a/progs/tests/auto/simple.sy
+++ b/progs/tests/auto/simple.sy
@@ -1,10 +1,10 @@
start :: fn {
-a :: 1
-a <=> 1
-b := 2
-{
+ a :: 1
a <=> 1
- b <=> 2
-}
+ b := 2
+ {
+ a <=> 1
+ b <=> 2
+ }
}