summaryrefslogtreecommitdiffstats
path: root/test/json106.test
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:16:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:16:43 +0000
commitfd8f22aa0eaf2a7726a6db288946cd904388ac4e (patch)
tree483f8cace8e3e64c9df42cef34c474bd225209ab /test/json106.test
parentAdding upstream version 3.45.3. (diff)
downloadsqlite3-fd8f22aa0eaf2a7726a6db288946cd904388ac4e.tar.xz
sqlite3-fd8f22aa0eaf2a7726a6db288946cd904388ac4e.zip
Adding upstream version 3.46.0.upstream/3.46.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--test/json106.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/json106.test b/test/json106.test
index 23fa028..06859a1 100644
--- a/test/json106.test
+++ b/test/json106.test
@@ -67,6 +67,12 @@ for {set ii 1} {$ii<=5000} {incr ii} {
FROM t1, kv
WHERE p->>key IS NOT val
} 0
+ do_execsql_test $ii.8 {
+ SELECT j0 FROM t1 WHERE json(j0)!=json(json_pretty(j0));
+ } {}
+ do_execsql_test $ii.9 {
+ SELECT j5 FROM t1 WHERE json(j5)!=json(json_pretty(j5));
+ } {}
}