From 1c5bf06804f232e195419ac6992f3e2d4b7ac950 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 9 Aug 2019 17:18:56 -0500 Subject: [PATCH] Tests: Add (habit) --- tests/test-org-ql.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 51761f1..4875897 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -311,6 +311,10 @@ RESULTS should be a list of strings as returned by (org-ql-expect ((done)) '("Learn universal sign language"))) + (org-ql-it "(habit)" + (org-ql-expect ((habit)) + '("Practice leaping tall buildings in a single bound"))) + (describe "(property)" ;; MAYBE: Add support for (property) without arguments.