Skip missing func check

This commit is contained in:
4eb0da
2023-02-20 12:40:34 +03:00
parent 9c3b093d3a
commit 4d2621da5d
3 changed files with 11 additions and 21 deletions
@@ -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"
]
}
]