mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
954cd7a3a4
c82be23dcc68e726e2f95558b2b8f246a139061b
29 lines
420 B
JSON
29 lines
420 B
JSON
{
|
|
"cases": [
|
|
{
|
|
"expression": "@{true}",
|
|
"expected": {
|
|
"type": "boolean",
|
|
"value": true
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"expression": "@{false}",
|
|
"expected": {
|
|
"type": "boolean",
|
|
"value": false
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|