]> git.saurik.com Git - bison.git/blobdiff - tests/sets.at
lalr1.cc: rename lex_symbol as api.token.constructor
[bison.git] / tests / sets.at
index 4c2a046b181864849465a9bf48934200a63cc255..26664edfb3cec72b7bb0b71ecc850ed6803b5b72 100644 (file)
@@ -1,5 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2010 Free Software
+
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
@@ -287,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