We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fcf0a commit cd6d38bCopy full SHA for cd6d38b
1 file changed
parser_test.go
@@ -309,7 +309,7 @@ var getTests = []GetTest{
309
desc: `malformed array (no closing brace)`,
310
json: `{"a":[, "b":123}`,
311
path: []string{"b"},
312
- isErr: true,
+ isFound: false,
313
},
314
315
GetTest{ // This test returns not found instead of a parse error, as checking for the malformed JSON would reduce performance
0 commit comments