aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-17 19:18:49 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-17 19:18:49 +0200
commit9f11adda4bff194a3c6a66d573ce7001d4399886 (patch)
treebe4fde28322ff1c71d2be4bb836390b1d7ffba96 /test-suite/success
parent6d770156669dd9868ae7623b8f4302866e2cc8c7 (diff)
parentb82f27726f5ae891689e3b958323c2a61d4c154b (diff)
Merge PR#633: An extension of EXTEND and notations to make standard parsing tricks available to users
Diffstat (limited to 'test-suite/success')
-rw-r--r--test-suite/success/ltac.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/ltac.v b/test-suite/success/ltac.v
index d7ec092d7..1d35f1ef6 100644
--- a/test-suite/success/ltac.v
+++ b/test-suite/success/ltac.v
@@ -330,3 +330,10 @@ Fail match goal with
end
end.
Abort.
+
+(* Test evar syntax *)
+
+Goal True.
+evar (0=0).
+Abort.
+