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