checkpoint
[sbp.git] / tests / regression.tc
index 9a7ef50..0d4b8d4 100644 (file)
@@ -25,14 +25,14 @@ tibcase {
   hello 
     there
     how
-     { are }
+      { are }
 ";
     output "yep";
 
     s        ::= { Hello } => "yep"
     w        ::= " " | "\n"
     ws      !::= w**
-    Hello    ::= "hello" ws { ws "there" ws "how" ws { { "are" } ws } }
+    Hello    ::= "hello" ws { "there" "how" { "are" } }
 }
 
 testcase {