Files
UnrealEngine/Engine/Source/ThirdParty/FontConfig/fontconfig-2.13.94/test/test-45-generic.json
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

36 lines
666 B
JSON

{
"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.
}
}
]
}