summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/match_dictionary.out
blob: f9adcbd3316031a6a4dc15de6ba31da03a2d90be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GDTEST_OK
{"key1": "value1", "key2": "value2"}
{"key1": "value1", "key2"}
{"key1", "key2": "value2"}
{"key1", "key2"}
{"key1": "value1"}
{"key1"}
wildcard
wildcard
wildcard
wildcard
0
1
2
wildcard
multiline {"key1": "value1"}
multiline {"key2": "value2",}
multiline {"key3": {"key1", ..,},}