mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Skip missing func check
This commit is contained in:
@@ -1,19 +1,5 @@
|
||||
{
|
||||
"cases": [
|
||||
{
|
||||
"name": "undefinedFunc() => error",
|
||||
"expression": "@{undefinedFunc()}",
|
||||
"expected": {
|
||||
"type": "error",
|
||||
"value": "Unknown function name: undefinedFunc."
|
||||
},
|
||||
"variables": [],
|
||||
"platforms": [
|
||||
"web"
|
||||
],
|
||||
"description": "Deprecated, make error message more informative",
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "undefinedFunc() => error",
|
||||
"expression": "@{undefinedFunc()}",
|
||||
@@ -23,7 +9,8 @@
|
||||
},
|
||||
"variables": [],
|
||||
"platforms": [
|
||||
"android"
|
||||
"android",
|
||||
"web"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user