You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix-ref/tests/refs/file/log.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ mod iter {
221
221
222
222
letmut iter = gix_ref::file::log::iter::forward(log_first_broken.as_bytes());
223
223
let err = iter.next().expect("error is not none").expect_err("the line is broken");
224
-
assert_eq!(err.to_string(),"In line 1: \"134385fbroken7062102c6a483440bfda2a03 committer <[email protected]> 946771200 +0000\\tcommit\" did not match '<old-hexsha> <new-hexsha> <name> <<email>> <timestamp> <tz>\\t<message>'");
224
+
assert_eq!(err.to_string(),"In line 1: \"0000000000000000000000000000000000000000 134385fbroken7062102c6a483440bfda2a03 committer <[email protected]> 946771200 +0000\\tcommit\" did not match '<old-hexsha> <new-hexsha> <name> <<email>> <timestamp> <tz>\\t<message>'");
225
225
assert!(iter.next().expect("a second line").is_ok(),"line parses ok");
0 commit comments