1
0
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:
kobewi
2021-08-24 13:19:40 +02:00
parent 1234c2bdd9
commit c7452a9940
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
func test():
var dictionary = { hello = "world",, }

View File

@@ -0,0 +1,2 @@
GDTEST_PARSER_ERROR
Expected expression as dictionary key.