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