Skip to content

Commit

Permalink
Update date_time.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Jan 9, 2024
1 parent 6a7317e commit 7616cc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/date_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,20 @@ mod tests {
) -> Result<(), ParseError<&str, ContextError>> {
(
non_zero_u32,
tag("-"),
tag('-'),
non_zero_u8_len2::<12>,
tag("-"),
tag('-'),
non_zero_u8_len2::<31>,
space1,
u8_len2,
tag(":"),
tag(':'),
u8_len2,
tag(":"),
tag(':'),
u8_len2,
space1,
tag("+"),
tag('+'),
u8_len2,
tag(":"),
tag(':'),
u8_len2,
)
.parse(input)?;
Expand Down

0 comments on commit 7616cc5

Please sign in to comment.