emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 0a8291d 3/3: Merge branch 'master' of hyperbo


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 0a8291d 3/3: Merge branch 'master' of hyperbole
Date: Sun, 18 Apr 2021 02:57:10 -0400 (EDT)

branch: externals/hyperbole
commit 0a8291da64d078ca5faa17ffd8578daee5d998fc
Merge: 962be77 a8f08df
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Merge branch 'master' of hyperbole
---
 Changes            | 5 +++++
 test/demo-tests.el | 1 +
 test/hbut-tests.el | 3 +--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index a066e7f..928dcea 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,11 @@
 
 * hibtypes.el (require 'hversion): Add this since added calls to  hyperb:* 
into this file.
 
+2021-04-17  Mats Lidell  <matsl@gnu.org>
+
+* test/hbut-tests.el (hbut-ib-url-with-label): Bug solved - removed
+    expected failed.
+
 2021-04-17  Bob Weiner  <rsw@gnu.org>
 
 * hpath.el (hpath:path-variable-regexp, hpath:choose-from-path-variable): Add.
diff --git a/test/demo-tests.el b/test/demo-tests.el
index 22c83be..1a4aed8 100644
--- a/test/demo-tests.el
+++ b/test/demo-tests.el
@@ -35,6 +35,7 @@
 (declare-function org-check-for-hidden "org-el")
 
 (ert-deftest demo-smart-mouse-keys-ref-test ()
+  "Go to the header from a #ref."
   (unwind-protect
       (progn
         (hypb:display-file-with-logo (expand-file-name "DEMO" hyperb:dir))
diff --git a/test/hbut-tests.el b/test/hbut-tests.el
index 7445dbd..a0b581c 100644
--- a/test/hbut-tests.el
+++ b/test/hbut-tests.el
@@ -165,8 +165,7 @@ the button text"
                       (hy-test-helpers:action-key-should-call-hpath:find 
(expand-file-name "DEMO" hyperb:dir))))))
 
 (ert-deftest hbut-ib-url-with-label ()
-  "Should find link but fails with (user-error \"No link found\")"
-  :expected-result :failed
+  "Find link using label"
   (with-temp-buffer
     (insert "<[PR34]>: \"https://github.com/rswgnu/hyperbole/pull/34\"";)
     (goto-char 4)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]