]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
Attaching lineno to buckets is stupid, since only one copy of each
[bison.git] / tests / regression.at
index 6f702f322083da909339a71370a634e2f70a5038..2de592b27052c55125d529008c12678720b97a16 100644 (file)
@@ -65,8 +65,9 @@ AT_CHECK([cat input.output], [],
 
 Grammar
 
-rule 1    exp -> exp OP exp
-rule 2    exp -> NUM
+  Number, Line, Rule
+    1   3 exp -> exp OP exp
+    2   3 exp -> NUM
 
 Terminals, with rules where they appear
 
@@ -163,8 +164,9 @@ AT_CHECK([cat input.output], [],
 
 Grammar
 
-rule 1    exp -> exp OP exp
-rule 2    exp -> NUM
+  Number, Line, Rule
+    1   4 exp -> exp OP exp
+    2   4 exp -> NUM
 
 Terminals, with rules where they appear