]> git.saurik.com Git - bison.git/blobdiff - tests/sets.at
doc: fix dependencies
[bison.git] / tests / sets.at
index 26664edfb3cec72b7bb0b71ecc850ed6803b5b72..4cbdfd62633e775dc5a972f63fbd10685b1571a2 100644 (file)
@@ -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