mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14: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:
@@ -25,7 +25,7 @@ AT_BANNER([[Input Processing.]])
|
||||
## Invalid $n. ##
|
||||
## ------------ ##
|
||||
|
||||
AT_SETUP([Invalid \$n and @n])
|
||||
AT_SETUP([Invalid $n and @n])
|
||||
|
||||
AT_DATA([input.y],
|
||||
[[%%
|
||||
|
||||
Reference in New Issue
Block a user