|
@@ -792,7 +792,7 @@
|
|
(ert-deftest test-org-list/to-html ()
|
|
(ert-deftest test-org-list/to-html ()
|
|
"Test `org-list-to-html' specifications."
|
|
"Test `org-list-to-html' specifications."
|
|
(should
|
|
(should
|
|
- (equal "<ul class=\"org-ul\">\n<li>a\n</li>\n</ul>"
|
|
|
|
|
|
+ (equal "<ul class=\"org-ul\">\n<li>a</li>\n</ul>"
|
|
(let (org-html-indent)
|
|
(let (org-html-indent)
|
|
(with-temp-buffer
|
|
(with-temp-buffer
|
|
(insert "<!-- BEGIN RECEIVE ORGLST name -->
|
|
(insert "<!-- BEGIN RECEIVE ORGLST name -->
|