From 14f8db195021e709734ed89d9cb513d1c0db6a93 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 3 Oct 2016 22:12:56 +0200 Subject: Fixing #4970 (confusion between special "{" and non special "{{" in notations). --- test-suite/bugs/closed/4970.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/4970.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/4970.v b/test-suite/bugs/closed/4970.v new file mode 100644 index 0000000000..7a896582f5 --- /dev/null +++ b/test-suite/bugs/closed/4970.v @@ -0,0 +1,3 @@ +(* Check "{{" is not confused with "{" in notations *) +Reserved Notation "x {{ y }}" (at level 40). +Notation "x {{ y }}" := (x y) (only parsing). -- cgit v1.2.3