forked from sascha/godot
Fix crash with consecutive commas in Dictionary
parent
1234c2bdd9
commit
c7452a9940
@ -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