]> git.saurik.com Git - bison.git/commit
java: test and document previous bug fix.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 20 Feb 2011 00:36:33 +0000 (19:36 -0500)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 20 Feb 2011 00:47:17 +0000 (19:47 -0500)
commit7776816565040879b3b095130a772c06585daeeb
tree2a9b2610355439893d94152a37c16e7bd8846323
parent8db68289d1162b763606fe5271a7529408224d38
java: test and document previous bug fix.

* NEWS (2.5): Document it.
* tests/java.at (_AT_DATA_JAVA_CALC_Y): To one of the yyerror
invocations, pass a location that spans multiple tokens.  Change
yyerror to report all of a location rather than just the begin
position.  Extend yylex and Position to count tokens on a line.
Remove getHashCode as it's unused.  Update all expected output.
ChangeLog
NEWS
tests/java.at