From ab1f9b9915059506e3982d7bee0cd4814aa70b08 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 15 Jan 2006 19:40:17 +0000 Subject: Test utf-8 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7868 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/success/unicode_utf8.v | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-suite/success/unicode_utf8.v diff --git a/test-suite/success/unicode_utf8.v b/test-suite/success/unicode_utf8.v new file mode 100644 index 0000000000..e3c4dd300d --- /dev/null +++ b/test-suite/success/unicode_utf8.v @@ -0,0 +1,9 @@ +(* Check correct separation of identifiers followed by unicode symbols *) + Notation "x 〈 w" := (plus x w) (at level 30). + Check fun x => x〈x. + +(* Check Greek letters *) +Definition test_greek : nat -> nat := fun Δ => Δ. + +(* Check indices *) +Definition test_indices : nat -> nat := fun x₁ => x₁. -- cgit v1.2.3