From f815aa9b59892a6c7cd2823c3c2a2424e616d4f2 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 11 Oct 2010 21:10:07 +0000 Subject: 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 --- test-suite/bugs/closed/shouldsucceed/2406.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/shouldsucceed/2406.v (limited to 'test-suite/bugs/closed') 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 := ’. -- cgit v1.2.3