We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613d7ed commit a7e164fCopy full SHA for a7e164f
pkg/csv_test.go
@@ -46,7 +46,7 @@ func TestParseTimeNaive(t *testing.T) {
46
{input: "2018-08-19 12:11", output: "2006-01-02 15:04"},
47
{input: "2018-08-19 12:11:35", output: "2006-01-02 15:04:05.999999"},
48
{input: "2018-08-19 12:11:35.22", output: "2006-01-02 15:04:05.999999"},
49
- {input: "2018/08/19", output: "2006/01/02"},
+ {input: "2018/08/19", output: "2006/1/2"},
50
{input: "2018/08/19 12:11", output: "2006/01/02 15:04"},
51
{input: "2018/08/19 12:11:35", output: "2006/01/02 15:04:05.999999"},
52
{input: "2018/08/19 12:11:35.22", output: "2006/01/02 15:04:05.999999"},
0 commit comments