ref: 0095f1e8fd2039ed250656ef5e7d728c42c8ec1e
parent: b400b26c965420580e3c6425d377c8f444d43122
author: Ori Bernstein <[email protected]>
date: Sat Aug 11 00:01:28 EDT 2012
Test condensed version of syntax. We don't need as many newlines any more.
--- a/test/matchconst.myr
+++ b/test/matchconst.myr
@@ -8,11 +8,8 @@
v = 8
match v
- Ca: -> 123
- ;;
- Cb: -> 88
- ;;
- Cc: -> 42
- ;;
+ Ca: -> 123 ;;
+ Cb: -> 88 ;;
+ Cc: -> 42 ;;
;;
}