diff options
| author | Pierre-Marie Pédrot | 2016-10-24 23:15:16 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-10-24 23:15:16 +0200 |
| commit | 8232f27773f3463600fbaac0f70966bd4893ea20 (patch) | |
| tree | 3a341815e0f49b3903f96c230cdd99303f62dd24 /test-suite | |
| parent | 810077167cd6f5077abe7b79b12ae9b51eae1b62 (diff) | |
| parent | 014e02e0a7d469d46bf5d8314efe039bea3c0dbe (diff) | |
Merge branch 'v8.5' into v8.6
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/Notations.v | 6 |
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. |
