summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/xlate_array_more_with_duplicates_and_nomatch.lkp_tbl
blob: d7730e69c3da40d3235f80355b3eca40fc184019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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" }]
}