summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMuh Muhten <muh.muhten@gmail.com>2019-02-26 05:54:58 -0500
committerNico Williams <nico@cryptonector.com>2019-02-26 11:05:25 -0600
commit76e72a301db9883dc13073ac64187d48d4eade41 (patch)
tree18468d0b8a008922ed7d621c9685ffb87b34e432 /tests
parenta1626adb7ec90f19e57f24eafefb7b1bdb518e7d (diff)
downloadjq-76e72a301db9883dc13073ac64187d48d4eade41.tar.gz
Simplify and optimize SQLish builtins
Diffstat (limited to 'tests')
-rw-r--r--tests/jq.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/jq.test b/tests/jq.test
index b85f897..28b325f 100644
--- a/tests/jq.test
+++ b/tests/jq.test
@@ -1575,6 +1575,17 @@ true
true
true
+range(5;13)|IN(range(0;10;3))
+null
+false
+true
+false
+false
+true
+false
+false
+false
+
range(10;12)|IN(range(10))
null
false