aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3723.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-11-06 12:29:01 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-11-06 12:29:20 +0100
commit01be85dd34c59fb0f410e10dc86979fe7a5c583f (patch)
treed9782e30807a7de41ae5fb790ac95dcd6b5221b7 /test-suite/bugs/closed/3723.v
parent6b2a56097a596638d2b297bd78534b2e7506e206 (diff)
Test for bug #3723 and #3787 on reinitialization of empty camlp4/5 levels.
Diffstat (limited to 'test-suite/bugs/closed/3723.v')
-rw-r--r--test-suite/bugs/closed/3723.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3723.v b/test-suite/bugs/closed/3723.v
new file mode 100644
index 000000000..d0b77c451
--- /dev/null
+++ b/test-suite/bugs/closed/3723.v
@@ -0,0 +1,6 @@
+(* Bugs #3787 and #3723 on reinitializing camlp5 levels *)
+
+Definition a := True.
+Reserved Notation "-- x" (at level 50, x at level 20).
+Reserved Notation "--- x" (at level 20).
+Reset a.