mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
message.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-03-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
|
||||
message.
|
||||
|
||||
2003-03-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
|
||||
|
||||
@@ -784,7 +784,7 @@ AT_CHECK([bison -o dancer.c dancer.y])
|
||||
AT_LALR1_CC_IF([AT_COMPILE_CXX([dancer])],
|
||||
[AT_COMPILE([dancer])])
|
||||
AT_PARSER_CHECK([./dancer], 1, [],
|
||||
[syntax error, unexpected ':', expecting ARROW or INVALID or DATA or '<'
|
||||
[syntax error, unexpected ':'
|
||||
])
|
||||
AT_BISON_OPTION_POPDEFS
|
||||
AT_CLEANUP
|
||||
|
||||
Reference in New Issue
Block a user