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