blob: fe2374acfed8b1ec5cb123715d475e30b1cbe825 [file] [log] [blame]
{
"fonts": [
{
"family": "Foo"
},
{
"family": "math"
},
{
"family": "Baz"
}
],
"tests": [
{
"method": "match",
"query": {
"family": "Bar",
"lang": "und-zmth"
},
"result": {
"family": "math",
"lang": "und-zmth"
}
},
{
"method": "match",
"query": {
"lang": [ "en", "fr" ]
},
"result": {
// Exercise complex value promotion. No ASAN issues.
}
}
]
}