summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl')
-rw-r--r--tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl b/tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl
new file mode 100644
index 0000000..d7730e6
--- /dev/null
+++ b/tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl
@@ -0,0 +1,13 @@
+{
+ "nomatch": "quux",
+ "type" : "array",
+ "table":[
+ {"index": 2, "value": "foo_latest" },
+ {"index": 3, "value": "baz_latest" },
+ {"index": 4, "value": "foo_latest" },
+ {"index": 5, "value": "foo_latest" },
+ {"index": 6, "value": "baz_latest" },
+ {"index": 7, "value": "foo_latest" },
+ {"index": 8, "value": "baz_latest" },
+ {"index": 9, "value": "baz_latest" }]
+}