aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
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