X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Fregression.tc;h=48a9bae90f00d9614c4ce50049438c99812623bd;hb=74e53cbf7227f5958ff7495abe31cb0462d62c4e;hp=73fe509bbae00abb69b6f7becaee1c0ecd90da0c;hpb=7d1d5b9e2969e687cc07592f5a212681f8d26479;p=sbp.git diff --git a/tests/regression.tc b/tests/regression.tc index 73fe509..48a9bae 100644 --- a/tests/regression.tc +++ b/tests/regression.tc @@ -389,3 +389,11 @@ testcase { c = ("c":: x "2" x "1")* x = [123] } + + +testcase { + input "ab"; + + s = a:"a" b:"b" +} +