diff options
| author | Hugo Herbelin | 2019-11-15 21:49:47 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-02-22 22:37:42 +0100 |
| commit | bf1e15181a2531a106fa643ca8e9233cb889af12 (patch) | |
| tree | 17de57d1f8d9efb537feaf2c201a0f17c85c29a8 /test-suite | |
| parent | 02cdbd221183b985460dedd49d74b07f4b647bcd (diff) | |
Fixes #4690: do not allow @f in notations when f is a notation variable.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/bug_4690.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/bug_4690.v b/test-suite/bugs/bug_4690.v new file mode 100644 index 0000000000..f50866a990 --- /dev/null +++ b/test-suite/bugs/bug_4690.v @@ -0,0 +1,3 @@ +(* Check that @f is not allowed in notation when f is a notation variable *) + +Fail Notation "# g" := (@g O) (at level 0). |
