aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:12:21 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:12:21 +0200
commite3210e41313863213b3bfd547b9b5504a69d29e4 (patch)
treebb07ac93b5c016f495500f3a82a8313570f08b70 /test-suite
parent09bc93c7faf59de7d8219d6c675300c522129404 (diff)
parenta7dc35f89f9a60233123acabc02956cc88a4ef88 (diff)
Merge PR #7760: Fixes #7712 (an anomaly in reporting bad recursive notation format).
Diffstat (limited to 'test-suite')
-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 ']' ]").