From f197737a5341568b35d4aa14ddb06fb9ae808572 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 8 Aug 2014 22:57:17 +0200 Subject: [PATCH] org-list: Fix failing test * testing/lisp/test-org-list.el (test-org-list/to-texinfo): Fix test. --- testing/lisp/test-org-list.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lisp/test-org-list.el b/testing/lisp/test-org-list.el index f8d31fa50..b9736f4c0 100644 --- a/testing/lisp/test-org-list.el +++ b/testing/lisp/test-org-list.el @@ -837,9 +837,9 @@ (point))))))) (ert-deftest test-org-list/to-texinfo () - "Test `org-list-to-latex' specifications." + "Test `org-list-to-texinfo' 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