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

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

[elpa] externals-release/org ada13f9 2/2: test-oc: Fix incorrect expecta


From: ELPA Syncer
Subject: [elpa] externals-release/org ada13f9 2/2: test-oc: Fix incorrect expectation
Date: Sat, 6 Nov 2021 17:57:22 -0400 (EDT)

branch: externals-release/org
commit ada13f916c2aa2f802fda8e325872a42a4e0a599
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    test-oc: Fix incorrect expectation
    
    * testing/lisp/test-oc.el (test-org-cite/main-affixes): Fix spacing in
    an expected string.
    
    Link: https://list.orgmode.org/878ry1ovz8.fsf@nicolasgoaziou.fr
---
 testing/lisp/test-oc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-oc.el b/testing/lisp/test-oc.el
index c700780..8968703 100644
--- a/testing/lisp/test-oc.el
+++ b/testing/lisp/test-oc.el
@@ -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]