branch: externals-release/org
commit ada13f916c2aa2f802fda8e325872a42a4e0a599
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>

    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/[email protected]
---
 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