summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/errors
AgeCommit message (Expand)Author
2021-09-17GDScript: Properly catch error when missing index in subscriptGeorge Marques
2021-09-15Merge pull request #52706 from vnen/gdscript-ternary-operator-crashRĂ©mi Verschelde
2021-09-15GDScript: Show error when missing expression after ternary elseGeorge Marques
2021-09-15GDScript: Show error on unary operators without argumentGeorge Marques
2021-09-14Add dozens of new integration tests to the GDScript test suiteHugo Locurcio
2021-09-10Fix crash with consecutive commas in Dictionarykobewi
2021-08-25Fixed crash when parsing an empty assignment.Louis Dumont
2021-04-16Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)