Fixed variable names parsing

44dfe07b4a3f02d1138dd7540b2f5365efe42e24
This commit is contained in:
pkurchatov
2024-03-13 15:35:48 +03:00
parent 9beb58a5f2
commit 510cbde3e4
4 changed files with 80 additions and 171 deletions
@@ -216,6 +216,7 @@
],
"platforms": [
"android",
"ios",
"web"
]
},
@@ -235,6 +236,7 @@
],
"platforms": [
"android",
"ios",
"web"
]
},
@@ -254,6 +256,7 @@
],
"platforms": [
"android",
"ios",
"web"
]
},
@@ -293,6 +296,7 @@
],
"platforms": [
"android",
"ios",
"web"
]
},
@@ -332,6 +336,7 @@
],
"platforms": [
"android",
"ios",
"web"
]
},
@@ -351,6 +356,27 @@
],
"platforms": [
"android",
"ios",
"web"
]
},
{
"name": "variable name same as function name",
"expression": "@{maxInteger}",
"expected": {
"type": "string",
"value": "ok"
},
"variables": [
{
"name": "maxInteger",
"type": "string",
"value": "ok"
}
],
"platforms": [
"android",
"ios",
"web"
]
}