mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
35 lines
661 B
JSON
35 lines
661 B
JSON
{
|
|
"fonts": [
|
|
{
|
|
"family": "Foo",
|
|
"color": true
|
|
},
|
|
{
|
|
"family": "Bar",
|
|
"color": false
|
|
},
|
|
{
|
|
"family": "Baz",
|
|
"color": "DontCare"
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"method": "list",
|
|
"query": {
|
|
"color": true
|
|
},
|
|
"result_fs": [
|
|
{
|
|
"family": "Foo",
|
|
"color": true
|
|
},
|
|
{
|
|
"family": "Baz",
|
|
"color": "DontCare"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|