X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/401b73afdf9694e0d9380968ebfd21d837045a2c..2a2b7485698370ef54856a4dafd5283042fd4665:/tests/sets.at?ds=sidebyside diff --git a/tests/sets.at b/tests/sets.at index 84070a6b..e3db73c3 100644 --- a/tests/sets.at +++ b/tests/sets.at @@ -1,6 +1,7 @@ # Exercising Bison Grammar Sets. -*- Autotest -*- -# Copyright (C) 2001, 2002, 2005, 2007, 2009 Free Software Foundation, -# Inc. + +# Copyright (C) 2001-2002, 2005, 2007, 2009-2011 Free Software +# Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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