Files
man-y eed44f448f Mark flutter platform supported tests
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
2025-01-13 16:09:03 +03:00

31 lines
458 B
JSON

{
"cases": [
{
"expression": "@{true}",
"expected": {
"type": "boolean",
"value": true
},
"platforms": [
"android",
"ios",
"web",
"flutter"
]
},
{
"expression": "@{false}",
"expected": {
"type": "boolean",
"value": false
},
"platforms": [
"android",
"ios",
"web",
"flutter"
]
}
]
}