]> git.saurik.com Git - bison.git/blobdiff - tests/regression.at
* src/print.c (print_actions): Output the handling of `$' as the
[bison.git] / tests / regression.at
index 70e3420bf08ea4b2e40c93b9afa3511e161c8e4d..f6d532507ed0d7921197c066d1fe47474247f91e 100644 (file)
@@ -105,7 +105,7 @@ state 2
 
     exp  ->  exp . OP exp   (rule 1)
 
-    $          go to state 5
+    $          shift, and go to state 5
     OP         shift, and go to state 3
 
 
@@ -134,7 +134,7 @@ state 4
 
 state 5
 
-    $          go to state 6
+    $          shift, and go to state 6
 
 
 
@@ -209,7 +209,7 @@ state 2
 
     exp  ->  exp . OP exp   (rule 1)
 
-    $          go to state 5
+    $          shift, and go to state 5
     OP         shift, and go to state 3
 
 
@@ -237,7 +237,7 @@ state 4
 
 state 5
 
-    $          go to state 6
+    $          shift, and go to state 6
 
 
 
@@ -376,18 +376,12 @@ state 5
 
 state 6
 
-    $          go to state 7
+    $          shift, and go to state 7
 
 
 
 state 7
 
-    $          go to state 8
-
-
-
-state 8
-
     $default   accept