Tests: Add (habit)

This commit is contained in:
Adam Porter 2019-08-09 17:18:56 -05:00
parent 867bf4edcc
commit 1c5bf06804

View file

@ -311,6 +311,10 @@ RESULTS should be a list of strings as returned by
(org-ql-expect ((done)) (org-ql-expect ((done))
'("Learn universal sign language"))) '("Learn universal sign language")))
(org-ql-it "(habit)"
(org-ql-expect ((habit))
'("Practice leaping tall buildings in a single bound")))
(describe "(property)" (describe "(property)"
;; MAYBE: Add support for (property) without arguments. ;; MAYBE: Add support for (property) without arguments.