We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903359d commit 561291dCopy full SHA for 561291d
func_keys_test.go
@@ -23,7 +23,7 @@ func TestKeysFunc(t *testing.T) {
23
selectTest(
24
"keys()",
25
testdata,
26
- []any{[]any{"list", "object", "string", "dencodingMap"}},
+ []any{[]any{"dencodingMap", "list", "object", "string"}},
27
),
28
)
29
0 commit comments