bear / parsedatetime

Parse human-readable date/time strings
Apache License 2.0
695 stars 106 forks source link

bug(date3): rely on comparison of hour and year strings but not strict char position #138

Closed philiptzou closed 9 years ago

philiptzou commented 9 years ago

Which cause certain strings with format like "MM DD, YYxx xx:SS" parsed incorrectly.

See #137

codecov-io commented 9 years ago

Current coverage is 73.59%

Merging #138 into master will increase coverage by +0.16% as of 193d8d6

@@            master    #138   diff @@
======================================
  Files           14      14       
  Stmts         1547    1545     -2
  Branches       292     292       
  Methods          0       0       
======================================
+ Hit           1136    1137     +1
+ Partial         93      92     -1
+ Missed         318     316     -2

Review entire Coverage Diff as of 193d8d6

Powered by Codecov. Updated on successful CI builds.

bear commented 9 years ago

nice fix, and with tests! woo!