checkpoint
[sbp.git] / tests / testcase.g
1 ts       ::= ws tests ws => ts
2 tests    ::= test */ ws
3 ws       !::= w*
4 test     ::= ^"testcase" "{" input output +/ ws   grammar "}" /ws
5            | ^"testcase" "{" input                grammar "}" /ws
6 output   ::= "output" quoted ";" /ws
7 input    ::= "input"  quoted ";" /ws