summaryrefslogtreecommitdiff
path: root/tests/existing.at
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-09-19 22:00:46 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-09-19 22:09:53 +0200
commitbbfa419b892cec558d0924110abcf5d52b528339 (patch)
treed1f8f6a0b8609864db09065452c3599eb09eb043 /tests/existing.at
parentb7613423ce12d417d04fdbd20ae2cb87dcd0582e (diff)
downloadbison-bbfa419b892cec558d0924110abcf5d52b528339.tar.gz
style: use midrule only, not mid-rule
The code was already using midrule only, never mid_rule. This is simpler to remember, and matches a similar change we made from look-ahead to lookahead. * NEWS, doc/bison.texi, src/reader.c, src/scan-code.h, src/scan-code.l * tests/actions.at, tests/c++.at, tests/existing.at: here.
Diffstat (limited to 'tests/existing.at')
-rw-r--r--tests/existing.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/existing.at b/tests/existing.at
index 517ed371..c929358a 100644
--- a/tests/existing.at
+++ b/tests/existing.at
@@ -71,7 +71,7 @@ m4_popdef([AT_LALR1_DIFF_CHECK])
## ----------------------- ##
# We have been careful to strip all the actions excepts the
-# mid-rule actions.
+# midrule actions.
#
# There are 65 SR conflicts. Bison was once wrong, due to an incorrect
# computation of nullable. It reported 485 SR conflicts!