Skip to content

Commit 20b7e81

Browse files
test
1 parent 912bc9f commit 20b7e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindform_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ func TestMarshalForm(t *testing.T) {
133133
StructSlice []testSubStruct `json:"struct_slice,omitempty"`
134134
OptInt *int `json:"opt_int,omitempty"`
135135
OptBool *bool `json:"opt_bool,omitempty"`
136+
OptBoolNullable *bool `json:"opt_bool_nullable"`
136137
OptString *string `json:"opt_string,omitempty"`
137138
OptStruct *testSubStruct `json:"opt_struct,omitempty"`
138139
OptStructSlice *[]testSubStruct `json:"opt_struct_slice,omitempty"`

0 commit comments

Comments
 (0)