branch: externals/hyperbole commit 1e8006fc19447e232b1dccf91b2e12c8adfa201a Author: Mats Lidell <mats.lid...@lidells.se> Commit: Mats Lidell <mats.lid...@lidells.se>
Fix more regexps and remove not working visibility check --- test/hyrolo-tests.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test/hyrolo-tests.el b/test/hyrolo-tests.el index 7052c5fc8c..9856a93147 100644 --- a/test/hyrolo-tests.el +++ b/test/hyrolo-tests.el @@ -3,7 +3,7 @@ ;; Author: Mats Lidell <ma...@gnu.org> ;; ;; Orig-Date: 19-Jun-21 at 22:42:00 -;; Last-Mod: 1-Jan-24 at 22:06:44 by Mats Lidell +;; Last-Mod: 1-Jan-24 at 22:38:40 by Mats Lidell ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -43,7 +43,7 @@ (hyrolo-add "a/b") (hyrolo-add "a/b/c") (beginning-of-line) - (should (looking-at-p "\*\*\* c"))) + (should (looking-at-p "\\*\\*\\* c"))) (hy-delete-file-and-buffer hyrolo-file)))) (ert-deftest hyrolo-demo-search-work () @@ -650,9 +650,6 @@ Example: (should (hact 'kbd-key "h")) (end-of-line) (should (get-char-property (point) 'invisible)) - (save-excursion - (next-line) - (should (eobp))) (goto-char (point-min)) (should (hact 'kbd-key "a")) (should (looking-at-p "^===+$"))