test-60-generic.json revision a4e54154
1{ 2 "fonts": [ 3 { 4 "family": "Foo", 5 "color": true 6 }, 7 { 8 "family": "Bar", 9 "color": false 10 }, 11 { 12 "family": "Baz", 13 "color": "DontCare" 14 } 15 ], 16 "tests": [ 17 { 18 "method": "list", 19 "query": { 20 "color": true 21 }, 22 "result_fs": [ 23 { 24 "family": "Foo", 25 "color": true 26 }, 27 { 28 "family": "Baz", 29 "color": "DontCare" 30 } 31 ] 32 } 33 ] 34} 35