We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c16c7f commit 680543fCopy full SHA for 680543f
1 file changed
src/bin/main.rs
@@ -30,7 +30,7 @@ mod tests {
30
#[cfg(windows)]
31
#[test]
32
fn test_clean_path_for_display_windows() {
33
- let input = r"\\?\C:\Users\test";
+ let input = r"\\?\C:\Users\test";
34
let cleaned = clean_path_for_display(input);
35
assert_eq!(cleaned, "C:\\Users\\test");
36
}
0 commit comments