X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34136e65fc7bd6babcfedcbfcfdca3b9feb10f1d..d42e695e53bf9521593f074a58dd8165336df204:/tests/sets.at 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