aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-10-24 23:15:16 +0200
committerPierre-Marie Pédrot2016-10-24 23:15:16 +0200
commit8232f27773f3463600fbaac0f70966bd4893ea20 (patch)
tree3a341815e0f49b3903f96c230cdd99303f62dd24 /test-suite
parent810077167cd6f5077abe7b79b12ae9b51eae1b62 (diff)
parent014e02e0a7d469d46bf5d8314efe039bea3c0dbe (diff)
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/Notations.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/success/Notations.v b/test-suite/success/Notations.v
index 666c912578..07bbb60c40 100644
--- a/test-suite/success/Notations.v
+++ b/test-suite/success/Notations.v
@@ -122,3 +122,9 @@ Goal True.
{{ exact I. }}
Qed.
Check |- {{ 0 }} 0.
+
+(* Check parsing of { and } is not affected by notations #3479 *)
+Notation " |- {{ a }} b" := (a=b) (no associativity, at level 10).
+Goal True.
+{{ exact I. }}
+Qed.