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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,23 @@ mod line {
29
29
Ok(())
30
30
}
31
31
}
32
+
33
+
mod parse {
34
+
use gix_ref::file::log;
35
+
36
+
#[test]
37
+
fnangle_bracket_in_comment() -> crate::Result{
38
+
let line = log::LineRef::from_bytes(b"7b114132d03c468a9cd97836901553658c9792de 306cdbab5457c323d1201aa8a59b3639f600a758 First Last <[email protected]> 1727013187 +0200\trebase (pick): Replace Into<Range<u32>> by From<LineRange>")?;
0 commit comments