Update encode_test.go

This commit is contained in:
Erik Pellizzon 2022-07-18 12:06:04 +02:00 committed by GitHub
parent 1e3fdb0e3d
commit d8d97b99b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2415,6 +2415,8 @@ func TestCamelCaseField(t *testing.T) {
if !bytes.Equal(expected, got) {
t.Fatalf("failed to encode. expected %q but got %q", expected, got)
}
}
func TestIssue339(t *testing.T) {
type T1 struct {