diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2017-04-14 22:35:38 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2017-04-14 23:43:07 +0200 |
commit | 727ef1bd345f9ad9e08d9e4f136e2db7d034a93d (patch) | |
tree | 6d20e96440f7ea1595b53cf6efcafe7f9af6d55f /test-suite | |
parent | 53a50875b28ad96ab1559ca3f97db5133ca5c78e (diff) |
Fixing bug #5470 (anomaly on notations with misused "binder" type).
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/bugs/closed/5470.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5470.v b/test-suite/bugs/closed/5470.v new file mode 100644 index 000000000..5b3984b6d --- /dev/null +++ b/test-suite/bugs/closed/5470.v @@ -0,0 +1,3 @@ +(* This used to raise an anomaly *) + +Fail Reserved Notation "x +++ y" (at level 70, x binder). |