You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix crash with consecutive commas in Dictionary
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
func test():
|
||||
var dictionary = { hello = "world",, }
|
||||
@@ -0,0 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expected expression as dictionary key.
|
||||
Reference in New Issue
Block a user