Update a test

* testing/lisp/test-org.el (test-org/refile-get-targets): Update test.
This commit is contained in:
Nicolas Goaziou 2017-05-22 08:26:22 +02:00
parent f10e19eabf
commit b3088eea3f
1 changed files with 1 additions and 1 deletions

View File

@ -5404,7 +5404,7 @@ Paragraph<point>"
(nil :todo . "TODO"))))
(mapcar #'car (org-refile-get-targets))))))
(should
(equal '("F3" "H1" "F2")
(equal '("F2" "F3" "H1")
(org-test-with-temp-text "* TODO H1\n** TODO F2\n*** F3"
(let ((org-refile-use-outline-path nil)
(org-refile-targets `((nil :regexp . "F")