mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
73a8f1c928
658a28873c844cb1158bf510b2d3ffaa22d4d42d
17 lines
223 B
JSON
17 lines
223 B
JSON
{
|
|
"cases": [
|
|
{
|
|
"expression": "@{'a' + 'b'}",
|
|
"expected": {
|
|
"type": "string",
|
|
"value": "ab"
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|