From ba20a264594d2c30132a535e3d76e05c65d0ed56 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 17 Apr 2005 08:12:56 +0000 Subject: [PATCH] (Torturing the Scanner): Adjust to lack of quotes in diagnostics. --- tests/input.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/input.at b/tests/input.at index 886c14a..9fd201c 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 ]]) -- 2.7.4