This commit is contained in:
Tienson Qin
2021-11-24 23:11:21 +08:00
parent aae3a982d1
commit dbef0c3d10

View File

@@ -319,7 +319,7 @@ last-modified-at:: 1609084800002"}]]
"(not [[page 1]])"
{:query '([?b :block/uuid]
(not [?b :block/path-refs [:block/name "page 1"]]))
:count 35}))
:count 36}))
(testing "Between query"
(are [x y] (= (count-only x) y)
@@ -367,7 +367,7 @@ last-modified-at:: 1609084800002"}]]
(and [?b :block/path-refs [:block/name "page 1"]])
(and [?b :block/path-refs [:block/name "page 2"]])
[?b])))
:count 38})
:count 39})
;; FIXME: not working
;; (are [x y] (= (q-count x) y)