* tests/sets.at (Accept): Fix typos in regular expression used to

sed out the final state number.
This commit is contained in:
Paul Eggert
2005-12-10 00:25:27 +00:00
parent 72c4d3365a
commit 0eca5a39a7
2 changed files with 4 additions and 1 deletions

View 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