mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
cf1e5515ff
commit_hash:30c0f59f613adf7914f390c20f751136e7b34b75
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"description": "All values are parsed correctly",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
],
|
|
"unsupported_platforms": {
|
|
"web": "There is no \"parsing\" process on the web"
|
|
},
|
|
"card": {
|
|
"log_id": "test",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"auto_ellipsize": true,
|
|
"background": [
|
|
{
|
|
"type": "gradient",
|
|
"colors": [
|
|
"#FF112233",
|
|
"#FF332211"
|
|
]
|
|
}
|
|
],
|
|
"font_weight": "bold",
|
|
"font_size": 20,
|
|
"text": "Hello!",
|
|
"text_color": "#FFAABBCC",
|
|
"transition_triggers": [
|
|
"data_change",
|
|
"state_change"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"expected": {
|
|
"card": {
|
|
"log_id": "test",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"auto_ellipsize": true,
|
|
"background": [
|
|
{
|
|
"type": "gradient",
|
|
"colors": [
|
|
"#FF112233",
|
|
"#FF332211"
|
|
]
|
|
}
|
|
],
|
|
"font_weight": "bold",
|
|
"font_size": 20,
|
|
"text": "Hello!",
|
|
"text_color": "#FFAABBCC",
|
|
"transition_triggers": [
|
|
"data_change",
|
|
"state_change"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|