]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
VCG no longer supports long_straight_phase.
[bison.git] / tests / actions.at
index 83ed2872b0f944890272c814ff2ccd7ebfc7cb77..9078f9baefe8b629ef16af8652cea5848eaff47a 100644 (file)
@@ -157,7 +157,7 @@ yylex (void)
 {
   static char const input[] =
     {
-      /* Exericise the discarding of stack top and input until `error'
+      /* Exercise the discarding of stack top and input until `error'
          can be reduced.  */
       'x', 'x', 'x', 'x', 'x', 'x', ';',
 
@@ -333,7 +333,7 @@ static void yyerror (const char *msg);
 }
 %type <ival> 'x' ';' thing line input
 
-%printer { fprintf (yyout, "%d@%d-%d", $$, RANGE (@$)); }
+%printer { fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$)); }
    input line thing 'x'
 
 %destructor
@@ -479,7 +479,7 @@ Freeing token 'x' (4@40-49)
 sending: 'x' (5@50-59)
 Freeing token 'x' (5@50-59)
 sending: ';' (6@60-69)
-line (-1@50-69): error (@50-59) ';' (6@60-69)
+line (-1@0-69): error (@0-59) ';' (6@60-69)
 sending: 'x' (7@70-79)
 thing (7@70-79): 'x' (7@70-79)
 sending: 'x' (8@80-89)
@@ -495,7 +495,7 @@ sending: 'y' (12@120-129)
 sending: EOF
 Freeing nterm line (10@100-119)
 Freeing nterm line (7@70-99)
-Freeing nterm line (-1@50-69)
+Freeing nterm line (-1@0-69)
 Parsing FAILED.
 ]])
 
@@ -513,5 +513,5 @@ m4_define([AT_CHECK_PRINTER_AND_DESTRUCTOR],
 
 AT_CHECK_PRINTER_AND_DESTRUCTOR()
 
-# This test fails, but the test case is questionable.
+# FIXME.  This test case fails.
 #AT_CHECK_PRINTER_AND_DESTRUCTOR([%glr-parser])