X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ed15d907c5beb3a2a344f8cecd06af20bf14d596..95d176ffd9f66a01125c366226e1a557b125e0d8:/tests/input.at diff --git a/tests/input.at b/tests/input.at index 24365e65..8af1d1fa 100644 --- a/tests/input.at +++ b/tests/input.at @@ -691,8 +691,10 @@ start: HEXADECIMAL_1 HEXADECIMAL_2 ]]) AT_BISON_CHECK([input.y], [1], [], -[[input.y:12.12-20: tokens HEXADECIMAL_2 and DECIMAL_2 both assigned number 16702650 -input.y:9.8-20: tokens DECIMAL_1 and HEXADECIMAL_1 both assigned number 11259375 +[[input.y:10.12-20: user token number 11259375 redeclaration for DECIMAL_1 +input.y:9.8-20: previous declaration for HEXADECIMAL_1 +input.y:12.12-20: user token number 16702650 redeclaration for DECIMAL_2 +input.y:11.8-20: previous declaration for HEXADECIMAL_2 ]]) AT_DATA_GRAMMAR([input.y],