* src/scan-gram.l: Move the "add a trailing ; to actions" code

to...
* src/scan-code.l: here.
* tests/input.at (Torturing the Scanner): Fix another location
error.
This commit is contained in:
Akim Demaille
2006-06-07 07:09:32 +00:00
parent 4862bdfd61
commit 2346344a08
4 changed files with 39 additions and 22 deletions

View File

@@ -192,7 +192,7 @@ AT_DATA([input.y],
[{}
])
AT_CHECK([bison input.y], [1], [],
[[input.y:1.1-2: syntax error, unexpected {...}
[[input.y:1.0-1: syntax error, unexpected {...}
]])