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 db08fef commit b7388c8Copy full SHA for b7388c8
marshal_test.go
@@ -209,8 +209,8 @@ func TestDate_UnmarshalText_invalid_date_text(t *testing.T) {
209
value string
210
want string
211
}{
212
- {`not-a-date`, `Date.ParseISO: cannot parse "not-a-date": incorrect syntax`},
213
- {`215-08-15`, `Date.ParseISO: cannot parse "215-08-15": invalid year`},
+ {`not-a-date`, `date.ParseISO: cannot parse "not-a-date": incorrect syntax`},
+ {`215-08-15`, `date.ParseISO: cannot parse "215-08-15": invalid year`},
214
}
215
for _, c := range cases {
216
var d Date
0 commit comments