We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb9215 commit 3aee169Copy full SHA for 3aee169
gix-path/src/relative_path.rs
@@ -187,7 +187,7 @@ mod tests {
187
fn absolute_paths_return_err() {
188
let path_str: &str = r"c:\refs\heads";
189
let path_bstr: &BStr = path_str.into();
190
- let path_u8: &[u8; 11] = r"c:\refs\heads";
+ let path_u8: &[u8; 13] = b"c:\\refs\\heads";
191
let path_bstring: BString = r"c:\refs\heads".into();
192
193
assert!(matches!(
0 commit comments