X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1154ccedaf2f504455446e484932c5c9ffd2a18e..b8df32232af95ecd08a734eaddfe192493891ae6:/tests/regression.at diff --git a/tests/regression.at b/tests/regression.at index e68d9277..468610e5 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -100,7 +100,7 @@ exp: '(' exp ')' | NUM ; ]]) AT_CHECK([bison -v input.y -o input.c], 0, [], -[[input.y:6: warning: symbol `"<="' used more than once as a literal string +[[input.y:6.8-14: warning: symbol `"<="' used more than once as a literal string ]]) AT_CLEANUP @@ -299,7 +299,6 @@ input.y:6.1: invalid character: `%' input.y:6.2: invalid character: `-' input.y:7.1-8.0: unexpected end of file in a prologue input.y:7.1-8.0: parse error, unexpected PROLOGUE, expecting ";" or "|" -input.y:5.2: symbol a is used, but is not defined as a token and has no rules ]]) AT_CLEANUP @@ -600,29 +599,29 @@ static const unsigned char yyr2[] = { 0, 2, 1, 0, 2, 4, 2 }; -static const short yydefact[] = +static const unsigned char yydefact[] = { 3, 0, 0, 2, 0, 0, 0, 3, 4, 3, 6, 5 }; -static const short yydefgoto[] = +static const signed char yydefgoto[] = { -1, 2, 3, 4, 8 }; -static const short yypact[] = +static const signed char yypact[] = { - -2, -1, 4,-32768, 0, 2,-32768, -2,-32768, -2, - -32768,-32768 + -2, -1, 4, -8, 0, 2, -8, -2, -8, -2, + -8, -8 }; -static const short yypgoto[] = +static const signed char yypgoto[] = { - -32768, -7,-32768,-32768,-32768 + -8, -7, -8, -8, -8 }; -static const short yytable[] = +static const unsigned char yytable[] = { 10, 1, 11, 5, 6, 0, 7, 9 }; -static const short yycheck[] = +static const signed char yycheck[] = { 7, 3, 9, 4, 0, -1, 6, 5 };