Skip to content

Commit

Permalink
test: add invalid test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 16, 2022
1 parent 468fa15 commit 451ba41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dec_skip_cases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var testObjs = []string{
"", // invalid
"nope", // invalid
"nul", // invalid
"fals e", // invalid
"nil", // invalid
`{`, // invalid
`{}`, // valid
Expand Down

0 comments on commit 451ba41

Please sign in to comment.