X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3e75a2c92b12766add442d00a86d5ec1c67ce560..064e42b0aca1db0ca84b06b01cac5a40f3016591:/tests/sets.at?ds=inline diff --git a/tests/sets.at b/tests/sets.at index 26664edf..4cbdfd62 100644 --- a/tests/sets.at +++ b/tests/sets.at @@ -287,16 +287,16 @@ 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]) + /^State \(.*\)/{ + s//final state \1/ + x + } + / accept/{ + x + p + q + } + ' input.output], + 0, [expout]) AT_CLEANUP