godot/modules/gdscript/tests/scripts/parser/features/multiline_arrays.gd

func test():
	var __ = [
		"this",
		"is", "a","multiline",

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