From: Paul Eggert Date: Sat, 7 Dec 2002 06:16:58 +0000 (+0000) Subject: (Invalid inputs): No longer `expecting ";" X-Git-Tag: BISON-1_875~154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=050931e3f9e5732dfa231f11031146297b979c90;p=platform%2Fupstream%2Fbison.git (Invalid inputs): No longer `expecting ";" or "|"' now that so many other tokens are allowed by the new grammar. --- diff --git a/tests/regression.at b/tests/regression.at index f3b98ca..a9746bc 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -298,7 +298,7 @@ input.y:5.1-17: invalid directive: `%a-does-not-exist' input.y:6.1: invalid character: `%' input.y:6.2: invalid character: `-' input.y:7.1-8.0: missing `%}' at end of file -input.y:7.1-8.0: syntax error, unexpected "%{...%}", expecting ";" or "|" +input.y:7.1-8.0: syntax error, unexpected "%{...%}" ]]) AT_CLEANUP