Skip to content

Commit 90ec770

Browse files
committed
add another fuzz-failure that doesn't fail (#961)
Maybe the fuzzer runs on outdated versions of `time`?
1 parent 231ac1c commit 90ec770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-date/tests/time/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ mod relative {
167167
mod fuzz {
168168
#[test]
169169
fn invalid_but_does_not_cause_panic() {
170-
for input in ["7 -𬞋", "5 ڜ-09", "-4 week ago Z"] {
170+
for input in ["7 -𬞋", "5 ڜ-09", "-4 week ago Z", "8960609 day ago"] {
171171
let _ = gix_date::parse(input, Some(std::time::UNIX_EPOCH)).unwrap_err();
172172
}
173173
}

0 commit comments

Comments
 (0)