50b585913b57b95afd64ebb86d3de3fd6baa43fc
[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