forked from sascha/godot
Merge pull request #52063 from KoBeWi/double_comma_of_doom
Fix crash with consecutive commas in Dictionary4.0
commit
6423e891a6
@ -0,0 +1,2 @@
|
||||
func test():
|
||||
var dictionary = { hello = "world",, }
|
||||
@ -0,0 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expected expression as dictionary key.
|
||||
Loading…
Reference in New Issue