We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67618c4 commit 567c4c4Copy full SHA for 567c4c4
tests/test-org-ql.el
@@ -543,7 +543,7 @@ with keyword arg NOW in PLIST."
543
(it "all clauses have preambles"
544
(expect (org-ql--query-preamble '(or (regexp "a") (regexp "b")))
545
:to-equal (list :query '(or (regexp "a") (regexp "b"))
546
- :preamble (rx-to-string `(or (regexp "a") (regexp "b")))
+ :preamble (rx-to-string `(or (regexp "b") (regexp "a")))
547
:preamble-case-fold t)))
548
(it "some clauses miss preambles"
549
(expect (org-ql--query-preamble '(or (regexp "a") (+ 1 1)))
0 commit comments