fixed ambiguity in comments
[sbp.git] / tests / regression.tc
index c359fa8..6dabcb2 100644 (file)
@@ -325,5 +325,5 @@ testcase {
 
   s  ::= q */ ws
   ws ::= " "*
-  q  ::= [a-z]+ !=> [a-z] => "q"
+  q  ::= [a-z]++ => "q"
 }
\ No newline at end of file