From: Stefan Kangas Date: Mon, 21 Sep 2020 15:55:37 +0000 (+0200) Subject: Convert a manual test for nxml-mode to unit test X-Git-Tag: emacs-28.0.90~5947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fff5491c30189c8446cd03fe7d80a13b20d69d3;p=emacs.git Convert a manual test for nxml-mode to unit test * test/manual/indent/nxml.xml: Delete file. * test/lisp/nxml/nxml-mode-tests.el (nxml-mode-test-comment-bug-17264): New test based on deleted file. --- diff --git a/test/lisp/nxml/nxml-mode-tests.el b/test/lisp/nxml/nxml-mode-tests.el index 624e5c8866d..54d3bd8d132 100644 --- a/test/lisp/nxml/nxml-mode-tests.el +++ b/test/lisp/nxml/nxml-mode-tests.el @@ -132,5 +132,26 @@ ")))) +(ert-deftest nxml-mode-test-comment-bug-17264 () + "Test for Bug#17264." + (with-temp-buffer + (nxml-mode) + (let ((data " + + + +")) + (insert data) + (goto-char (point-min)) + (search-forward " - - -