Merge: 0.3.2

This commit is contained in:
Adam Porter 2019-10-19 02:01:13 -05:00
commit d5c26b7f60
5 changed files with 26 additions and 6 deletions

View file

@ -246,6 +246,8 @@ RESULTS should be a list of strings as returned by
(expect (org-ql--plain-query "scheduled")
;; No colon after keyword, so not a predicate query.
:to-equal '(regexp "scheduled"))
(expect (org-ql--plain-query "\"quoted phrase\"")
:to-equal '(regexp "quoted phrase"))
(expect (org-ql--plain-query "regexp:word")
:to-equal '(regexp "word"))
(expect (org-ql--plain-query "regexp:\"quoted phrase\"")