checkpoint
[sbp.git] / tests / regression.tc
index 90dd6ee..6196b48 100644 (file)
@@ -27,11 +27,12 @@ tibcase {
     how
      { are }
 ";
+    output "yep";
 
-    s        ::= { Hello }
+    s        ::= { Hello } => "yep"
     w        ::= " " | "\n"
     ws      !::= w**
-    Hello    ::= "hello" ws { "there" ws "how" ws { { "are" } ws } }
+    Hello    ::= "hello" ws { ws "there" ws "how" ws { { "are" } ws } }
 }
 
 testcase {