mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +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:
@@ -1,3 +1,12 @@
|
|||||||
|
2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
|
2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
Rename <!> to <>. Discussed starting at
|
Rename <!> to <>. Discussed starting at
|
||||||
|
|||||||
@@ -959,7 +959,7 @@ AT_CLEANUP
|
|||||||
## Default %printer and %destructor are not for error or $undefined. ##
|
## 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
|
# If Bison were to apply the default %printer and %destructor to the error
|
||||||
# token or to $undefined:
|
# token or to $undefined:
|
||||||
@@ -1069,7 +1069,7 @@ AT_CLEANUP
|
|||||||
## Default %printer and %destructor are not for $accept. ##
|
## 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
|
# If YYSTYPE is a union and Bison were to apply the default %printer and
|
||||||
# %destructor to $accept:
|
# %destructor to $accept:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ AT_BANNER([[Input Processing.]])
|
|||||||
## Invalid $n. ##
|
## Invalid $n. ##
|
||||||
## ------------ ##
|
## ------------ ##
|
||||||
|
|
||||||
AT_SETUP([Invalid \$n and @n])
|
AT_SETUP([Invalid $n and @n])
|
||||||
|
|
||||||
AT_DATA([input.y],
|
AT_DATA([input.y],
|
||||||
[[%%
|
[[%%
|
||||||
|
|||||||
Reference in New Issue
Block a user