diff options
Diffstat (limited to 'tests/testsuites/xlate_array_more.lkp_tbl')
-rw-r--r-- | tests/testsuites/xlate_array_more.lkp_tbl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testsuites/xlate_array_more.lkp_tbl b/tests/testsuites/xlate_array_more.lkp_tbl new file mode 100644 index 0000000..fa93014 --- /dev/null +++ b/tests/testsuites/xlate_array_more.lkp_tbl @@ -0,0 +1,7 @@ +{ + "type" : "array", + "table":[ + {"index": 2, "value":"baz" }, + {"index": 0, "value":"foo_new" }, + {"index": 1, "value":"bar_new" }] +} |