test-oc: Add missing space to test docstring
This commit is contained in:
parent
4e185becbf
commit
77e2ecd71f
|
@ -252,7 +252,7 @@
|
||||||
(cdr boundaries)))))))
|
(cdr boundaries)))))))
|
||||||
|
|
||||||
(ert-deftest test-org-cite/main-affixes ()
|
(ert-deftest test-org-cite/main-affixes ()
|
||||||
"Test`org-cite-main-affixes'."
|
"Test `org-cite-main-affixes'."
|
||||||
(should
|
(should
|
||||||
(equal '(nil . nil)
|
(equal '(nil . nil)
|
||||||
(org-test-with-temp-text "[cite:@key]"
|
(org-test-with-temp-text "[cite:@key]"
|
||||||
|
|
Loading…
Reference in New Issue