aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-06-10 11:35:50 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2018-06-29 19:05:49 +0200
commita7dc35f89f9a60233123acabc02956cc88a4ef88 (patch)
tree703e25f7b51e8ada45bc3dd8d63679e0433ac92c /test-suite/bugs
parentd46dd57462650d1e956d8e80d5aa4e537205de4d (diff)
Fixes #7712 (an anomaly in reporting bad recursive notation format).
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/7712.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/7712.v b/test-suite/bugs/closed/7712.v
new file mode 100644
index 000000000..a4e9697fa
--- /dev/null
+++ b/test-suite/bugs/closed/7712.v
@@ -0,0 +1,4 @@
+(* This used to raise an anomaly *)
+
+Fail Reserved Notation "'[tele_arg' x ';' .. ';' z ]"
+ (format "[tele_arg '[hv' x .. z ']' ]").