aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-10-05 17:56:59 +0200
committerPierre-Marie Pédrot2016-10-05 17:56:59 +0200
commit8114da3ba8a9b31ffe194e7f7f0239ecc2219b9c (patch)
treed8924a831c286430001bbf22c68a54eeb3a84233 /test-suite/bugs
parent6cfdf1ca60535f6e9ee6c5e0d5c546d34e803c61 (diff)
parent14f8db195021e709734ed89d9cb513d1c0db6a93 (diff)
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/4970.v3
1 files changed, 3 insertions, 0 deletions
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).