WIP: Try to make ERT print whole struct
This probably won't work, but I don't know what else to do...
This commit is contained in:
parent
24993c9a25
commit
5924b37cb7
1 changed files with 3 additions and 3 deletions
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
;;;; Functions
|
||||
|
||||
(ert-deftest org-ql--normalize-query ()
|
||||
(let ((print-level nil)
|
||||
(let ((print-level nil)
|
||||
(print-length nil))
|
||||
(ert-deftest org-ql--normalize-query ()
|
||||
(should (equal (org-ql--normalize-query '(or (ts-active :on "2019-01-01")
|
||||
(ts-a :on "2019-01-01")
|
||||
(ts-inactive :on "2019-01-01")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue