Test: Tidy

This prevents extra output about buffers without headings.
This commit is contained in:
Adam Porter 2020-11-16 03:49:15 -06:00
parent c3aa701e57
commit faaa6f7ee9

View file

@ -1422,6 +1422,7 @@ RESULTS should be a list of strings as returned by
(with-current-buffer buffer (with-current-buffer buffer
(erase-buffer) (erase-buffer)
(org-mode) (org-mode)
(insert "* TODO Test heading\n\n")
(insert link) (insert link)
(backward-char 1) (backward-char 1)
(org-open-at-point))) (org-open-at-point)))