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, 30 insertions, 0 deletions
diff --git a/tests/py/any/dup.t.json b/tests/py/any/dup.t.json
new file mode 100644
index 00000000..5927f7ea
--- /dev/null
+++ b/tests/py/any/dup.t.json
@@ -0,0 +1,30 @@
+# dup to "lo"
+[
+ {
+ "dup": {
+ "addr": "lo"
+ }
+ }
+]
+
+# dup to mark map { 0x00000001 : "lo", 0x00000002 : "lo"}
+[
+ {
+ "dup": {
+ "addr": {
+ "map": {
+ "left": {
+ "meta": "mark"
+ },
+ "right": {
+ "set": [
+ [ 1, "lo" ],
+ [ 2, "lo" ]
+ ]
+ }
+ }
+ }
+ }
+ }
+]
+