godot-module-template/engine/modules/gdscript/tests/scripts/parser/features/match_array.out

7 lines
134 B
Plaintext
Raw Permalink Normal View History

2025-01-17 15:36:38 +00:00
GDTEST_OK
["value1"]
["value1", "value2"]
multiline ["value1"]
multiline ["value1", "value2",]
multiline ["value1", ["value2", ..,],]