aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-11 21:10:07 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-10-11 21:10:07 +0000
commitf815aa9b59892a6c7cd2823c3c2a2424e616d4f2 (patch)
treea4d6a23f2eeaade4176cda64867784ead68a2d21 /test-suite/bugs/closed
parent85e52dd8deaaea8dded6be09e7f733c949fd54c5 (diff)
Backporting r13521 from branch 8.3 to trunk (fixing bug #2406, looping
on unsupported unicode character) + forbidding unsupported unicode in Notation declarations too. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13526 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/bugs/closed')
-rw-r--r--test-suite/bugs/closed/shouldsucceed/2406.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/shouldsucceed/2406.v b/test-suite/bugs/closed/shouldsucceed/2406.v
new file mode 100644
index 000000000..8f5677899
--- /dev/null
+++ b/test-suite/bugs/closed/shouldsucceed/2406.v
@@ -0,0 +1,3 @@
+(* Check correct handling of unsupported notations *)
+Fail Notation "'’'" := (fun x => C) (at level 20).
+Fail Definition crash_the_rooster f := ’.