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

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

[elpa] externals/lentic 7f967d7263 064/333: New test for orgel to org tr


From: ELPA Syncer
Subject: [elpa] externals/lentic 7f967d7263 064/333: New test for orgel to org transformation.
Date: Tue, 27 Feb 2024 13:00:03 -0500 (EST)

branch: externals/lentic
commit 7f967d7263896ee0b8db340ed917e3a180c4e23d
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    New test for orgel to org transformation.
---
 test/linked-buffer-test.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/test/linked-buffer-test.el b/test/linked-buffer-test.el
index 74f4b289cb..b10edada3f 100644
--- a/test/linked-buffer-test.el
+++ b/test/linked-buffer-test.el
@@ -68,12 +68,18 @@
     'linked-buffer-el-org-init
     "el-org.el" "el-org.org")))
 
-(ert-deftest linked-buffer-orgel-org ()
+(ert-deftest linked-buffer-orgel-org()
   (should
    (linked-buffer-test-clone-equal
     'linked-buffer-orgel-org-init
     "orgel-org.el" "orgel-org.org")))
 
+(ert-deftest linked-buffer-org-orgel()
+  (should
+   (linked-buffer-test-clone-equal
+    'linked-buffer-org-orgel-init
+    "org-orgel.org" "org-orgel.el")))
+
 ;; Use this to generate a new test file
 
 ;; (linked-buffer-batch-clone-and-save-with-config



reply via email to

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