add a regression test from David Crawshaw
[sbp.git] / tests / regression.tc
index c72c01d..ce66c93 100644 (file)
@@ -463,3 +463,9 @@ testcase "epsilon as a negative conjunct" {
     X:: = "a" ("b"* &~ ())
 }
 
+testcase "long input (reported by David Crawshaw)" {
+    input "0123456789";
+    s:: = X*
+    X:: = "a" ("b"* &~ ())
+}
+