From c1bc68550097416b7434e513df3080133e52d578 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 15 Aug 2014 21:51:42 +0200 Subject: [PATCH] org-list: Fix failing test * testing/lisp/test-org-list.el (test-org-list/to-texinfo): Fix failing test. --- testing/lisp/test-org-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org-list.el b/testing/lisp/test-org-list.el index f8d31fa50..4a518462b 100644 --- a/testing/lisp/test-org-list.el +++ b/testing/lisp/test-org-list.el @@ -839,7 +839,7 @@ (ert-deftest test-org-list/to-texinfo () "Test `org-list-to-latex' specifications." (should - (equal "@itemize\n@item \na\n\n@end itemize" + (equal "@itemize\n@item\na\n@end itemize" (with-temp-buffer (insert "@c BEGIN RECEIVE ORGLST name @c END RECEIVE ORGLST name -- 2.11.4.GIT