summaryrefslogtreecommitdiffstats
path: root/tests/py/any/fwd.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/any/fwd.t.json')
-rw-r--r--tests/py/any/fwd.t.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/py/any/fwd.t.json b/tests/py/any/fwd.t.json
new file mode 100644
index 00000000..644d6d48
--- /dev/null
+++ b/tests/py/any/fwd.t.json
@@ -0,0 +1,32 @@
+# fwd to "lo"
+[
+ {
+ "fwd": "lo"
+ }
+]
+
+# fwd to mark map { 0x00000001 : "lo", 0x00000002 : "lo"}
+[
+ {
+ "fwd": {
+ "map": {
+ "left": {
+ "meta": "mark"
+ },
+ "right": {
+ "set": [
+ [
+ "0x00000001",
+ "lo"
+ ],
+ [
+ "0x00000002",
+ "lo"
+ ]
+ ]
+ }
+ }
+ }
+ }
+]
+