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