Tests: Turn on truncate-lines and add to comment

This commit is contained in:
Adam Porter 2019-07-26 02:18:21 -05:00
parent f8a9ae75e2
commit 51af2a16a7

View file

@ -382,7 +382,8 @@ Based on Buttercup macro `it'."
:sort todo
:action (org-ql-test-org-get-heading)) :to-equal '("Take over the universe" "Take over the world" "Skype with president of Antarctica" "Take over Mars" "Visit Mars" "Take over the moon" "Visit the moon" "Practice leaping tall buildings in a single bound" "Renew membership in supervillain club" "Learn universal sign language" "Order a pizza" "Get haircut" "Internet" "Spaceship lease" "Fix flux capacitor" "/r/emacs" "Shop for groceries" "Rewrite Emacs in Common Lisp" "Write a symphony")))
(org-ql-it "with 1 argument"
;; FIXME: Figure out why this takes >10x longer than the other (todo) tests, according to Buttercup.
;; FIXME: Figure out why this takes >10x longer than the other (todo)
;; tests, according to Buttercup. Might just be GC, though.
(expect (org-ql test-buffer
(todo "WAITING")
:sort todo
@ -457,4 +458,8 @@ Based on Buttercup macro `it'."
:action (org-ql-test-org-get-heading))
:to-equal nil)))))
;; Local Variables:
;; truncate-lines: t
;; End:
;;; org-ql.el ends here