virtualx-engine/modules/gdscript/tests/scripts/parser/features/multiline_arrays.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
121 B
GDScript3
Raw Normal View History

func test():
var __ = [
"this",
"is", "a","multiline",
"array", "with mixed indentation and trailing comma",
]