WIP
This commit is contained in:
parent
8342656b2d
commit
e66af03aee
1 changed files with 16 additions and 16 deletions
|
|
@ -495,22 +495,22 @@ with keyword arg NOW in PLIST."
|
||||||
;; to comment out the test. But it doesn't matter much, anyway,
|
;; to comment out the test. But it doesn't matter much, anyway,
|
||||||
;; because I know it works properly.
|
;; because I know it works properly.
|
||||||
|
|
||||||
;; (expect (org-ql--normalize-query '(or (ts-active :on "2019-01-01")
|
(expect (org-ql--normalize-query '(or (ts-active :on "2019-01-01")
|
||||||
;; (ts-a :on "2019-01-01")
|
(ts-a :on "2019-01-01")
|
||||||
;; (ts-inactive :on "2019-01-01")
|
(ts-inactive :on "2019-01-01")
|
||||||
;; (ts-i :on "2019-01-01")))
|
(ts-i :on "2019-01-01")))
|
||||||
;; :to-equal `(or (ts :type active
|
:to-equal `(or (ts :type active
|
||||||
;; :from ,(make-ts :unix 1546322400.0)
|
:from ,(make-ts :unix 1546322400.0)
|
||||||
;; :to ,(make-ts :unix 1546408799.0))
|
:to ,(make-ts :unix 1546408799.0))
|
||||||
;; (ts :type active
|
(ts :type active
|
||||||
;; :from ,(make-ts :unix 1546322400.0)
|
:from ,(make-ts :unix 1546322400.0)
|
||||||
;; :to ,(make-ts :unix 1546408799.0))
|
:to ,(make-ts :unix 1546408799.0))
|
||||||
;; (ts :type inactive
|
(ts :type inactive
|
||||||
;; :from ,(make-ts :unix 1546322400.0)
|
:from ,(make-ts :unix 1546322400.0)
|
||||||
;; :to ,(make-ts :unix 1546408799.0))
|
:to ,(make-ts :unix 1546408799.0))
|
||||||
;; (ts :type inactive
|
(ts :type inactive
|
||||||
;; :from ,(make-ts :unix 1546322400.0)
|
:from ,(make-ts :unix 1546322400.0)
|
||||||
;; :to ,(make-ts :unix 1546408799.0))))
|
:to ,(make-ts :unix 1546408799.0))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(describe "Query preambles"
|
(describe "Query preambles"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue