summaryrefslogtreecommitdiffstats
path: root/tests/py/any/dup.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/any/dup.t.json')
-rw-r--r--tests/py/any/dup.t.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/py/any/dup.t.json b/tests/py/any/dup.t.json
deleted file mode 100644
index dc56f649..00000000
--- a/tests/py/any/dup.t.json
+++ /dev/null
@@ -1,30 +0,0 @@
-# dup to "lo"
-[
- {
- "dup": {
- "addr": "lo"
- }
- }
-]
-
-# dup to meta mark map { 0x00000001 : "lo", 0x00000002 : "lo"}
-[
- {
- "dup": {
- "addr": {
- "map": {
- "key": {
- "meta": { "key": "mark" }
- },
- "data": {
- "set": [
- [ 1, "lo" ],
- [ 2, "lo" ]
- ]
- }
- }
- }
- }
- }
-]
-