Merge pull request #55214 from Scony/fix-gdscript-crash-2
Fix GDScript parser crash on 'dollar mixed with assignment' expression
This commit is contained in:
commit
182a36db47
3 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
func test():
|
||||
$=$
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_PARSER_ERROR
|
||||
Expect node path as string or identifier after "$".
|
||||
Loading…
Add table
Add a link
Reference in a new issue