summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-07 22:26:25 +0900
committerNico Williams <nico@cryptonector.com>2023-07-07 10:53:40 -0500
commit0ecededefa242f36c09a8d90ea34e51e8834ed0d (patch)
tree4d5b7412af5425e50f1a44bc749458261d8e9c91 /tests
parent6944d81bc874da1ada15cbb340d020b32f9f90bd (diff)
Remove deprecated filters: leaf_paths, recurse_down
Diffstat (limited to 'tests')
-rw-r--r--tests/jq.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/jq.test b/tests/jq.test
index 8a7ccc0e..308a4e6b 100644
--- a/tests/jq.test
+++ b/tests/jq.test
@@ -952,10 +952,6 @@ path(.a[path(.b)[0]])
[1,[[],{"a":2}]]
[[0],[1],[1,0],[1,1],[1,1,"a"]]
-[leaf_paths]
-[1,[[],{"a":2}]]
-[[0],[1,1,"a"]]
-
["foo",1] as $p | getpath($p), setpath($p; 20), delpaths([$p])
{"bar": 42, "foo": ["a", "b", "c", "d"]}
"b"