summaryrefslogtreecommitdiff
path: root/tests/javapush.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-08-30 07:38:13 -0500
committerAkim Demaille <akim.demaille@gmail.com>2019-09-14 10:09:08 +0200
commita3e201de023615009948ffab9f1701bd92e2dec3 (patch)
tree790f6ef81128992857337d851151481c3533400d /tests/javapush.at
parent5e95bb6251cc1089e95cb5b1ec8f08f029b60131 (diff)
downloadbison-a3e201de023615009948ffab9f1701bd92e2dec3.tar.gz
java: handle eof in yytranslate
* data/skeletons/lalr1.java (yytranslate_): Handle eof here, as is done in lalr1.cc. * tests/javapush.at: Adjust.
Diffstat (limited to 'tests/javapush.at')
-rw-r--r--tests/javapush.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/javapush.at b/tests/javapush.at
index f2d4309d..0271296e 100644
--- a/tests/javapush.at
+++ b/tests/javapush.at
@@ -826,6 +826,7 @@ Next token is token '=' (13.8: 3)
Next token is token "number" (13.9: 64)
Next token is token '\n' (14.0: 64)
Next token is token '\n' (14.0: 64)
+Next token is token $end (14.1: 64)
]])
# Define the calculator input.