X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d424de14c0385012d328642bec6874c8e6cef17..62a87154b3bb1af77ee153603972090a600bafce:/tests/skeletons.at diff --git a/tests/skeletons.at b/tests/skeletons.at index a4ec5b28..eee57b0c 100644 --- a/tests/skeletons.at +++ b/tests/skeletons.at @@ -1,6 +1,6 @@ # Checking skeleton support. -*- Autotest -*- -# Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2012 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 @@ -160,7 +160,7 @@ start: ; ]]) AT_BISON_CHECK([[input.y]], [[1]], [[]], -[[: invalid value for %define Boolean variable `foo' +[[: invalid value for %define Boolean variable 'foo' ]]) AT_CLEANUP @@ -228,7 +228,7 @@ start: ; ]]) AT_BISON_CHECK([[input3.y]], [[1]], [[]], -[[input3.y: fatal error: undefined %define variable `bogus' passed to b4_percent_define_get_loc +[[input3.y: fatal error: undefined %define variable 'bogus' passed to b4_percent_define_get_loc ]]) AT_DATA([[skel4.c]], @@ -242,7 +242,7 @@ start: ; ]]) AT_BISON_CHECK([[input4.y]], [[1]], [[]], -[[input4.y: fatal error: undefined %define variable `bogus' passed to b4_percent_define_get_syncline +[[input4.y: fatal error: undefined %define variable 'bogus' passed to b4_percent_define_get_syncline ]]) AT_CLEANUP