Fix crash with consecutive commas in Dictionary
This commit is contained in:
parent
1234c2bdd9
commit
c7452a9940
3 changed files with 8 additions and 2 deletions
|
|
@ -0,0 +1,2 @@
|
|||
func test():
|
||||
var dictionary = { hello = "world",, }
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
GDTEST_PARSER_ERROR
|
||||
Expected expression as dictionary key.
|
||||
Loading…
Add table
Add a link
Reference in a new issue