We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4351aaf commit a4f5917Copy full SHA for a4f5917
tests/test-org-ql.el
@@ -304,7 +304,7 @@ RESULTS should be a list of strings as returned by
304
(it "all clauses have preambles"
305
(expect (org-ql--query-preamble '(or (regexp "a") (regexp "b")))
306
:to-equal (list :query '(or (regexp "a") (regexp "b"))
307
- :preamble (rx-to-string `(or (regexp "a") (regexp "b")))
+ :preamble (rx-to-string `(or (regexp "b") (regexp "a")))
308
:preamble-case-fold t)))
309
(it "some clauses miss preambles"
310
(expect (org-ql--query-preamble '(or (regexp "a") (+ 1 1)))
0 commit comments