]> git.saurik.com Git - bison.git/commitdiff
Don't escape $ in test case titles since Autoconf 2.61 now does that
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 21 Nov 2006 07:07:35 +0000 (07:07 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 21 Nov 2006 07:07:35 +0000 (07:07 +0000)
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.

ChangeLog
tests/actions.at
tests/input.at

index ac07c07484ee97c8799819c445183b941b2dd06a..7451a103e2ccb4fbb0f74e9954a9ba4936a22197 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Rename <!> to <>.  Discussed starting at
index 66dc62772c46d506fccb20352ff125b10530494e..a464bd2228c975b4f47fe5501f182a5156cc445f 100644 (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:
index 5df3d5af88980b46b52eee0c3096db7081ae4d7c..5686caa4f48aab593da12198e67fd59cea072ba3 100644 (file)
@@ -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],
 [[%%