summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/features/multiline_arrays.gd
blob: 3b30998853b17bf78290e133fbde2a4d16b969b5 (plain)
1
2
3
4
5
6
7
func test():
	var __ = [
		"this",
		"is", "a","multiline",

			"array",	"with mixed indentation and trailing comma",
	]