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

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

[elpa] externals/org dbd192b: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org dbd192b: Merge branch 'bugfix'
Date: Sat, 6 Nov 2021 17:57:23 -0400 (EDT)

branch: externals/org
commit dbd192bbc6fb54105a78de3fcb65c77b8e769e23
Merge: 8599849 ada13f9
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    Merge branch 'bugfix'
---
 testing/lisp/test-oc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/lisp/test-oc.el b/testing/lisp/test-oc.el
index 49140fe..8968703 100644
--- a/testing/lisp/test-oc.el
+++ b/testing/lisp/test-oc.el
@@ -252,7 +252,7 @@
                (cdr boundaries)))))))
 
 (ert-deftest test-org-cite/main-affixes ()
-  "Test`org-cite-main-affixes'."
+  "Test `org-cite-main-affixes'."
   (should
    (equal '(nil . nil)
           (org-test-with-temp-text "[cite:@key]"
@@ -286,7 +286,7 @@
           (org-test-with-temp-text "[cite:global pre;pre1 @key1;pre2 @key2]"
             (org-cite-main-affixes (org-element-context)))))
   (should
-   (equal '(nil . ("global post"))
+   (equal '(nil . (" global post"))
           (org-test-with-temp-text "[cite:@key1 post1;@key2 post2; global 
post]"
             (org-cite-main-affixes (org-element-context))))))
 



reply via email to

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