Fix logic errors in match-statement Array & Dictionary Patterns
This commit is contained in:
parent
b7a852a05d
commit
3afe50c2fa
5 changed files with 193 additions and 105 deletions
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue