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

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

[nongnu] elpa/hyperdrive 990d23ab55 57/82: Test: Rename org-mode/* to or


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 990d23ab55 57/82: Test: Rename org-mode/* to org-mode-*
Date: Mon, 25 Sep 2023 19:00:54 -0400 (EDT)

branch: elpa/hyperdrive
commit 990d23ab55f3df7775cff0b75a76e676fad23a93
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Test: Rename org-mode/* to org-mode-*
---
 tests/test-hyperdrive-org-link.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/test-hyperdrive-org-link.el 
b/tests/test-hyperdrive-org-link.el
index c9c6883d05..5072a59004 100644
--- a/tests/test-hyperdrive-org-link.el
+++ b/tests/test-hyperdrive-org-link.el
@@ -84,14 +84,14 @@
 ;;;;; Scenarios
 
 (defvar hyperdrive-test-org-store-link-scenarios
-  '((org-mode/before-heading
+  '((org-mode-before-heading
      :public-key "deadbeef"
      :path "/foo/bar quux.org"
      :content "★
 * Heading A"
      :url "hyper://deadbeef/foo/bar%20quux.org"
      :desc nil)
-    (org-mode/on-heading-with-custom-id
+    (org-mode-on-heading-with-custom-id
      :public-key "deadbeef"
      :path "/foo/bar quux.org"
      :content
@@ -102,7 +102,7 @@
 ★"
      :url "hyper://deadbeef/foo/bar%20quux.org#%3A%3A%23baz%20zot"
      :desc "Heading A")
-    (org-mode/on-heading-no-custom-id
+    (org-mode-on-heading-no-custom-id
      :public-key "deadbeef"
      :path "/foo/bar quux.org"
      :content "* Heading A
@@ -157,9 +157,9 @@ Point is indicated by ★."
          (should (string= expected-desc got-desc))))))
 
 ;; TODO: Loop through `hyperdrive-test-org-store-link-scenarios'?
-(hyperdrive-test-org-store-link-deftest org-mode/before-heading)
-(hyperdrive-test-org-store-link-deftest org-mode/on-heading-with-custom-id)
-(hyperdrive-test-org-store-link-deftest org-mode/on-heading-no-custom-id)
+(hyperdrive-test-org-store-link-deftest org-mode-before-heading)
+(hyperdrive-test-org-store-link-deftest org-mode-on-heading-with-custom-id)
+(hyperdrive-test-org-store-link-deftest org-mode-on-heading-no-custom-id)
 
 ;; + Hyperdrive Org links :: Links to hyperdrive files/directories that are 
valid within Org documents.
 



reply via email to

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