From: Paul Eggert Date: Sun, 17 Apr 2005 08:12:56 +0000 (+0000) Subject: (Torturing the Scanner): Adjust to lack of quotes in diagnostics. X-Git-Tag: BISON-2_1~150 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ba20a264594d2c30132a535e3d76e05c65d0ed56?ds=sidebyside (Torturing the Scanner): Adjust to lack of quotes in diagnostics. --- diff --git a/tests/input.at b/tests/input.at index 886c14ad..9fd201c8 100644 --- a/tests/input.at +++ b/tests/input.at @@ -132,7 +132,7 @@ AT_SETUP([Torturing the Scanner]) AT_DATA([input.y], []) AT_CHECK([bison input.y], [1], [], -[[input.y:1.1: syntax error, unexpected "end of file" +[[input.y:1.1: syntax error, unexpected end of file ]])