]> git.saurik.com Git - bison.git/blobdiff - tests/sets.at
Merge remote-tracking branch 'origin/maint'
[bison.git] / tests / sets.at
index 388ee09964c3b2426e7e646f9dcac57ef0e98a26..26664edfb3cec72b7bb0b71ecc850ed6803b5b72 100644 (file)
@@ -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