X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..ccdc1577ef7fb32a5e30cb655337e7cd42b98987:/tests/sets.at diff --git a/tests/sets.at b/tests/sets.at index 388ee099..26664edf 100644 --- a/tests/sets.at +++ b/tests/sets.at @@ -288,15 +288,15 @@ mv stdout expout # Get the final state in the report, from the "accept" action.. AT_CHECK([sed -n ' /^state \(.*\)/{ - s//final state \1/ - x - } - / accept/{ - x - p - q - } - ' input.output], - 0, [expout]) + s//final state \1/ + x + } + / accept/{ + x + p + q + } + ' input.output], + 0, [expout]) AT_CLEANUP