summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/xlate_sparse_array_more_with_duplicates_and_nomatch.lkp_tbl
blob: 0dc9169b7fed6ed1f9e7edcb3b1f7353c94ad459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "nomatch": "quux",
  "type" : "sparseArray",
  "table":[
      {"index": 2, "value": "foo_latest" },
      {"index": 3, "value": "baz_latest" },
      {"index": 4, "value": "foo_latest" },
      {"index": 5, "value": "foo_latest" },
      {"index": 8, "value": "baz_latest" },
      {"index": 10, "value": "baz_latest" },
      {"index": 12, "value": "foo_latest" }]
}