diff options
| author | Emilio Jesus Gallego Arias | 2018-07-01 02:12:21 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-07-01 02:12:21 +0200 |
| commit | e3210e41313863213b3bfd547b9b5504a69d29e4 (patch) | |
| tree | bb07ac93b5c016f495500f3a82a8313570f08b70 /test-suite/bugs | |
| parent | 09bc93c7faf59de7d8219d6c675300c522129404 (diff) | |
| parent | a7dc35f89f9a60233123acabc02956cc88a4ef88 (diff) | |
Merge PR #7760: Fixes #7712 (an anomaly in reporting bad recursive notation format).
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/7712.v | 4 |
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 0000000000..a4e9697fad --- /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 ']' ]"). |
