aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2019-11-15 21:49:47 +0100
committerHugo Herbelin2020-02-22 22:37:42 +0100
commitbf1e15181a2531a106fa643ca8e9233cb889af12 (patch)
tree17de57d1f8d9efb537feaf2c201a0f17c85c29a8 /test-suite
parent02cdbd221183b985460dedd49d74b07f4b647bcd (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.v3
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).