]> git.saurik.com Git - bison.git/blobdiff - tests/sets.at
Miscellaneous %define and %code cleanup.
[bison.git] / tests / sets.at
index 262ccfa08fda365c9c7abdccd0d73c2e3fd72e22..a731315b231e06386a62f5e5e8cd6f3565e93b85 100644 (file)
@@ -281,7 +281,7 @@ input:
 AT_CHECK([[bison -v -o input.c input.y]])
 
 # Get the final state in the parser.
-AT_CHECK([sed -n 's/.*define YYFINAL *\([0-9][0-9]\)*/final state \1/p' input.c],
+AT_CHECK([[sed -n 's/.*define YYFINAL *\([0-9][0-9]*\)/final state \1/p' input.c]],
          0, [stdout])
 mv stdout expout