mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
44 lines
729 B
JSON
44 lines
729 B
JSON
{
|
|
"description": "Decl variable with expression.",
|
|
"div_data": {
|
|
"card": {
|
|
"log_id": "decl_expressions",
|
|
"variables": [
|
|
{
|
|
"name": "val",
|
|
"type": "integer",
|
|
"value": "@{1 + 2}"
|
|
}
|
|
],
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"text": "text"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"cases": [
|
|
{
|
|
"expected": [
|
|
{
|
|
"type": "variable",
|
|
"variable_name": "val",
|
|
"value": {
|
|
"type": "integer",
|
|
"value": 3
|
|
}
|
|
}
|
|
],
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|