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 82210d1 commit c49ef04Copy full SHA for c49ef04
dsc_lib/src/functions/path.rs
@@ -85,7 +85,7 @@ mod tests {
85
86
// if any part of the path is absolute, it replaces it instead of appending on Windows
87
#[cfg(target_os = "windows")]
88
- assert_eq!(result, format!("D:{SEPARATOR}test"));
+ assert_eq!(result, format!("D:test"));
89
90
// non-Windows, the colon is a valid character in a path
91
#[cfg(not(target_os = "windows"))]
0 commit comments