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

18 lines
263 B
JSON

{
"cases": [
{
"expression": "@{toUrl('https://ya.ru')}",
"expected": {
"type": "url",
"value": "https://ya.ru"
},
"platforms": [
"android",
"ios",
"web",
"flutter"
]
}
]
}