summaryrefslogtreecommitdiffstats
path: root/tests/jq.test
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-08-03 23:19:52 +0900
committerGitHub <noreply@github.com>2023-08-03 23:19:52 +0900
commit949d38e6dc7330712b50697d7fe833eec85dede1 (patch)
tree1188cf0735c4501d074e3e0a6013624f1a030530 /tests/jq.test
parent53a62cf2b06ea58973a7880096d959bfc42677d6 (diff)
Fix crash on numeric comparison (ref #2804) (#2818)
Diffstat (limited to 'tests/jq.test')
-rw-r--r--tests/jq.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/jq.test b/tests/jq.test
index 246da0fc..3ba29add 100644
--- a/tests/jq.test
+++ b/tests/jq.test
@@ -556,6 +556,10 @@ null
null
1e+17
+5E500000000>5E-5000000000
+null
+true
+
25 % 7
null
4