checkpoint
[sbp.git] / tests / testcase.g
1 #import tests/meta.g
2
3 ts         = ts:: ws! tests ws!
4 tests      =      test */ ws
5 test       =   tca::   "testcase" "{" input (o::(output +/ ws))   (grammaro::Grammar) "}" /ws
6            |   tcb::   "testcase" "{" input                       (grammaro::Grammar) "}" /ws
7 output     =           "output" Quoted ";" /ws
8 input      =           "input"  Quoted ";" /ws