checkpoint
[sbp.git] / tests / regression.tc
index c2206ee..a249286 100644 (file)
@@ -263,6 +263,15 @@ testcase {
     idl  ::= [a-d]
 }
 
+testcase {
+  input "aa bb";
+  output "{q:{{a a}} q:{{b b}}}";
+
+  s  ::= q */ ws
+  ws ::= " "*
+  q  ::= [a-z]++ => "q"
+}
+
 //testcase {
 //
 //    input "
@@ -319,12 +328,3 @@ testcase {
 //
 //
 //}
-
-testcase {
-  input "aa bb";
-  output "{q:{{a a}} q:{{b b}}}";
-
-  s  ::= q */ ws
-  ws ::= " "*
-  q  ::= [a-z]++ => "q"
-}
\ No newline at end of file