From 3ef7797ef6fc605dfafb32523261fe1b023aeecb Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 28 Apr 2006 14:59:16 +0000 Subject: Imported Upstream version 8.0pl3+8.1alpha --- test-suite/success/unicode_utf8.v | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-suite/success/unicode_utf8.v (limited to '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 00000000..e3c4dd30 --- /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