mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
code coverage
This commit is contained in:
parent
c4a7a0dec4
commit
262228af70
@ -1566,14 +1566,6 @@ iterRunes:
|
||||
// 3.2.81
|
||||
// 08.21.71
|
||||
// 2018.09.30
|
||||
if p.yearlen > 0 {
|
||||
// 2018.09.30
|
||||
p.daylen = i - p.dayi
|
||||
p.setDay()
|
||||
} else {
|
||||
p.setYear()
|
||||
p.yearlen = i - p.yeari
|
||||
}
|
||||
return p, nil
|
||||
|
||||
case dateDigitWsMoYear:
|
||||
|
Loading…
Reference in New Issue
Block a user