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:
Joel E. Denny
2006-11-21 07:07:35 +00:00
parent 3ebecc240d
commit 287b314eef
3 changed files with 12 additions and 3 deletions

View File

@@ -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: