mostly inert shuffling around in Sequence
[sbp.git] / tests / testcase.g
index 0308ad6..b25251d 100644 (file)
@@ -1,4 +1,4 @@
-#import meta.g as grammar
+#import ../src/edu/berkeley/sbp/meta/meta.g as grammar
 // this is a testx
 s          = ws! (TestCases:: TestCase */ ws) ws!
 Input      = "input"  grammar.Quoted ";" /ws
@@ -6,7 +6,7 @@ Output     = "output" grammar.Quoted ";" /ws
 Outputs::  = Output */ ws
 TestCase:: = "testcase" grammar.Quoted "{"
                      Input
-                     Outputs
+                     (^"ignore output;" | Outputs)
                      (SubGrammar:: grammar.Grammar)
                 "}" /ws
 ws         = grammar.ws