test-45-generic.json revision a4e54154
1{ 2 "fonts": [ 3 { 4 "family": "Foo" 5 }, 6 { 7 "family": "math" 8 }, 9 { 10 "family": "Baz" 11 } 12 ], 13 "tests": [ 14 { 15 "method": "match", 16 "query": { 17 "family": "Bar", 18 "lang": "und-zmth" 19 }, 20 "result": { 21 "family": "math", 22 "lang": "und-zmth" 23 } 24 }, 25 { 26 "method": "match", 27 "query": { 28 "lang": [ "en", "fr" ] 29 }, 30 "result": { 31 // Exercise complex value promotion. No ASAN issues. 32 } 33 } 34 ] 35} 36