Files
divkit/test_data/expression_test_data/functions_to_url.json
T
pkurchatov 954cd7a3a4 Expressions test data cleanup
c82be23dcc68e726e2f95558b2b8f246a139061b
2024-06-11 11:51:05 +03:00

17 lines
244 B
JSON

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