mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Don't escape $ in test case titles since Autoconf 2.61 now does that
correctly. * tests/actions.at (Default %printer and %destructor are not for error or $undefined): Here. (Default %printer and %destructor are not for $accept): Here. * tests/input.at (Invalid $n and @n): Here.
This commit is contained in:
@@ -959,7 +959,7 @@ AT_CLEANUP
|
||||
## Default %printer and %destructor are not for error or $undefined. ##
|
||||
## ------------------------------------------------------------------ ##
|
||||
|
||||
AT_SETUP([Default %printer and %destructor are not for error or \$undefined])
|
||||
AT_SETUP([Default %printer and %destructor are not for error or $undefined])
|
||||
|
||||
# If Bison were to apply the default %printer and %destructor to the error
|
||||
# token or to $undefined:
|
||||
@@ -1069,7 +1069,7 @@ AT_CLEANUP
|
||||
## Default %printer and %destructor are not for $accept. ##
|
||||
## ------------------------------------------------------ ##
|
||||
|
||||
AT_SETUP([Default %printer and %destructor are not for \$accept])
|
||||
AT_SETUP([Default %printer and %destructor are not for $accept])
|
||||
|
||||
# If YYSTYPE is a union and Bison were to apply the default %printer and
|
||||
# %destructor to $accept:
|
||||
|
||||
Reference in New Issue
Block a user