fixed tibdoc
[sbp.git] / tests / regression.tc
index f911a97..28ca476 100644 (file)
@@ -352,3 +352,9 @@ testcase {
     Expra   = Foo:: ("a" | "b")
 
 }
+
+testcase {
+    input "aaaaa";
+    s = top:: z q:"a"* z
+    z = a:: "a"
+}
\ No newline at end of file