* src/parse-gram.y: Associate a human readable string to each

token type.
* tests/regression.at (Invalid inputs): Adjust.
This commit is contained in:
Akim Demaille
2002-09-10 13:52:33 +00:00
parent b63473552d
commit 3d38c03a86
5 changed files with 124 additions and 113 deletions

View File

@@ -298,7 +298,7 @@ input.y:5.1: invalid character: `%'
input.y:6.1: invalid character: `%'
input.y:6.2: invalid character: `-'
input.y:7.1-8.0: unexpected end of file in a prologue
input.y:7.1-8.0: parse error, unexpected PROLOGUE, expecting ";" or "|"
input.y:7.1-8.0: parse error, unexpected "%{...}%", expecting ";" or "|"
]])
AT_CLEANUP