aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-05-20 21:11:27 +0200
committerAnaclet2020-05-29 11:05:58 +0200
commitff9b5b11b4266b9260b74d772ae2e5848221f6f8 (patch)
tree2f77cbd19ba94c827a1734fd6e0761608763d0c6 /ci
parent22681a3caf2c8f45700585ea74dffbf48bb2ac19 (diff)
test: Add regression test (currently failing)
Diffstat (limited to 'ci')
-rw-r--r--ci/coq-tests.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/coq-tests.el b/ci/coq-tests.el
index 1a281521..cc60f8a0 100644
--- a/ci/coq-tests.el
+++ b/ci/coq-tests.el
@@ -189,6 +189,17 @@ For example, COMMENT could be (*test-definition*)"
(coq-should-response "trois is defined"))))
+(ert-deftest 021_coq-test-regression-goto-point ()
+ "Regression test for proof-goto-point after a comment, PR #90"
+ (coq-fixture-on-file
+ (coq-test-full-path "test_stepwise.v")
+ (lambda ()
+ (coq-test-goto-after "(*test-definition*)")
+ (proof-goto-point)
+ (proof-shell-wait)
+ t)))
+
+
(ert-deftest 030_coq-test-position ()
"Test locked region after Qed."
(coq-fixture-on-file