Skip to content

Commit

Permalink
remove transitory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Aug 30, 2022
1 parent 350b2f6 commit 7a4aeb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/format/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,7 @@ fn parse_rfc850() {
// Check that it parses correctly
assert_eq!(Ok(dt), Utc.datetime_from_str("Sunday, 06-Nov-94 08:49:37 GMT", RFC850_FMT));

// Check that the rest of the weekdays parse correctly (this test originally failed because
// Sunday parsed incorrectly).
// Check that the rest of the weekdays parse correctly
let testdates = [
(Utc.ymd(1994, 11, 7).and_hms(8, 49, 37), "Monday, 07-Nov-94 08:49:37 GMT"),
(Utc.ymd(1994, 11, 8).and_hms(8, 49, 37), "Tuesday, 08-Nov-94 08:49:37 GMT"),
Expand Down

0 comments on commit 7a4aeb2

Please sign in to comment.