summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdrian Vogelsgesang <avogelsgesang@tableau.com>2020-02-12 16:57:05 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-02-27 18:13:43 +0100
commit72acecb30ca4b9c6e4ea27fc01a928272a9a974a (patch)
tree3a442e6ec665265566ab0b7293385047136f0f93 /tests
parentd4fcd5c3d0508bd18e2e5b79bd89c905b4b7a4eb (diff)
downloadbison-72acecb30ca4b9c6e4ea27fc01a928272a9a974a.tar.gz
c++: add support for parse.error=detailed
* data/skeletons/lalr1.cc: added support here * tests/calc.at: added a test case
Diffstat (limited to 'tests')
-rw-r--r--tests/calc.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/calc.at b/tests/calc.at
index f5c8f797..8b215c5b 100644
--- a/tests/calc.at
+++ b/tests/calc.at
@@ -1136,6 +1136,7 @@ AT_CHECK_CALC_LALR1_CC([%defines %locations %define api.location.file "my-locati
AT_CHECK_CALC_LALR1_CC([%no-lines %defines %locations %define api.location.file "my-location.hh"])
AT_CHECK_CALC_LALR1_CC([%locations %define parse.lac full %define parse.error verbose])
+AT_CHECK_CALC_LALR1_CC([%locations %define parse.lac full %define parse.error detailed])
# -------------------- #