* 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
@@ -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))))))