diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el index 3f38a560e..deac5bd1a 100644 --- a/testing/lisp/test-org.el +++ b/testing/lisp/test-org.el @@ -2082,7 +2082,7 @@ text (buffer-substring-no-properties (line-beginning-position) (point-max))))) (should (equal - "* TODO \n" + "* TODO " (let ((org-todo-keywords '((sequence "FIRST" "TODO" "|" "DONE")))) (org-test-with-temp-text "* TODO\n** WAITING\n" (org-insert-todo-heading-respect-content) @@ -2090,7 +2090,7 @@ text ;; Pass prefix argument. (should (equal - "* FIRST \n" + "* FIRST " (let ((org-todo-keywords '((sequence "FIRST" "TODO" "|" "DONE")))) (org-test-with-temp-text "* TODO\n** WAITING\n" (org-insert-todo-heading-respect-content '(4))