branch: externals/hyperbole
commit 98edfae8d17ab46f2f77d9163c2c499323dddaab
Author: Mats Lidell <mats.lid...@lidells.se>
Commit: Mats Lidell <mats.lid...@lidells.se>

    Fix test with link-to-string-match since bug is fixed
---
 test/hui-tests.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/hui-tests.el b/test/hui-tests.el
index 1a28f9a887..19ce491b5a 100644
--- a/test/hui-tests.el
+++ b/test/hui-tests.el
@@ -1049,8 +1049,7 @@ With point on label suggest that ibut for rename."
           (find-file file)
           (outline-mode)
           (goto-char 1)
-          ;; BUG!? Should be link-to-string-match?
-          (should (equal (caar (hui:link-possible-types)) 'link-to-file)))
+          (should (equal (caar (hui:link-possible-types)) 
'link-to-string-match)))
       (hy-delete-file-and-buffer file)))
 
   ;; Buffer attached to File  link-to-file

Reply via email to