From: Joel E. Denny Date: Tue, 21 Nov 2006 07:07:35 +0000 (+0000) Subject: Don't escape $ in test case titles since Autoconf 2.61 now does that X-Git-Tag: v2.3b~235 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/287b314eefdbf95b888f5f13f19bb6f472285b6d?ds=inline 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. --- diff --git a/ChangeLog b/ChangeLog index ac07c074..7451a103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-11-21 Joel E. Denny + + 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 Rename to <>. Discussed starting at diff --git a/tests/actions.at b/tests/actions.at index 66dc6277..a464bd22 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -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: diff --git a/tests/input.at b/tests/input.at index 5df3d5af..5686caa4 100644 --- a/tests/input.at +++ b/tests/input.at @@ -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], [[%%