/[bison]/bison/tests/regression.at
ViewVC logotype

Diff of /bison/tests/regression.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by akim, Mon May 13 08:56:20 2002 UTC revision 1.49 by hilfinger, Mon May 20 22:56:53 2002 UTC
# Line 463  AT_CHECK([bison -v input.y -o input.c]) Line 463  AT_CHECK([bison -v input.y -o input.c])
463  # Check only the tables.  We don't use --no-parser, because it is  # Check only the tables.  We don't use --no-parser, because it is
464  # still to be implemented in the experimental branch of Bison.  # still to be implemented in the experimental branch of Bison.
465  AT_CHECK([[sed -n 's/  *$//;/^static const.*\[\] =/,/^}/p' input.c]], 0,  AT_CHECK([[sed -n 's/  *$//;/^static const.*\[\] =/,/^}/p' input.c]], 0,
466  [[static const yy_token_number_type yytranslate[] =  [[static const unsigned char yytranslate[] =
467  {  {
468         0,     2,     2,     2,     2,     2,     2,     2,     2,     2,         0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
469         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
# Line 515  static const short yytoknum[] = Line 515  static const short yytoknum[] =
515  {  {
516         0,   256,   257,   258,   259,   260,   261,    -1         0,   256,   257,   258,   259,   260,   261,    -1
517  };  };
518  static const yy_token_number_type yyr1[] =  static const unsigned char yyr1[] =
519  {  {
520         0,     7,     8,     9,     9,    10,    11         0,     7,     8,     9,     9,    10,    11
521  };  };

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26