Skip to content

Commit 7f46abf

Browse files
committed
fix test for new export
1 parent 25fddfc commit 7f46abf

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

Diff for: test/all-org-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ not loaded.
640640
(ert-deftest cite-export-2 ()
641641
(should
642642
(string=
643-
"\\cite[page 2]{kitchin-2008-alloy}
643+
"\\cite[page 2][]{kitchin-2008-alloy}
644644
"
645645
(org-export-string-as "[[cite:page 2;&kitchin-2008-alloy]]" 'latex t))))
646646

0 commit comments

Comments
 (0)