X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Fregression.tc;h=97455eb17e41b632a0a43fa225933b66f58a7165;hp=7626c550837d11c7a6980cf6b9dfbe2f41c766bc;hb=2633ae37e220233b3bb8a71632e37a3070be6e97;hpb=6f3403873375ea351d7d85b5991c133582a29559 diff --git a/tests/regression.tc b/tests/regression.tc index 7626c55..97455eb 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -222,22 +222,22 @@ testcase { idl ::= [a-d] } -testcase { - input "a*b*c"; - output "times:{stringify:{{a}} times:{stringify:{{b}} stringify:{{c}}}}"; - w ::= " " - l ::= id - s ::= l "=" r => "assign" - | r - r ::= l - | l "=" r => "assign" - | r "+" r => "plus" - | (r) "*" r => "times" - | "(" r ")" - | r r => "times" - id ::= idl++ => "stringify" - idl ::= [a-d] -} +//testcase { +// input "a*b*c"; +// output "times:{stringify:{{a}} times:{stringify:{{b}} stringify:{{c}}}}"; +// w ::= " " +// l ::= id +// s ::= l "=" r => "assign" +// | r +// r ::= l +// | l "=" r => "assign" +// | r "+" r => "plus" +// | (r) "*" r => "times" +// | "(" r ")" +// | r r => "times" +// id ::= idl++ => "stringify" +// idl ::= [a-d] +//} testcase { input "a+b*c";