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

17 lines
276 B
JSON

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