Files
divkit/test_data/expression_test_data/functions_to_url.json
T
2023-11-03 14:28:02 +03:00

19 lines
310 B
JSON

{
"cases": [
{
"name": "some string to url => url",
"expression": "@{toUrl('https://ya.ru')}",
"expected": {
"type": "url",
"value": "https://ya.ru"
},
"variables": [],
"platforms": [
"android",
"web",
"ios"
]
}
]
}