checkpoint
[sbp.git] / tests / regression.tc
index 73fe509..48a9bae 100644 (file)
@@ -389,3 +389,11 @@ testcase {
     c   = ("c":: x "2" x "1")*
     x   = [123]
 }
+
+
+testcase {
+    input "ab";
+    
+    s = a:"a" b:"b"
+}
+