ignore one of the UNC edge cases

This commit is contained in:
Michael-F-Bryan
2023-03-28 11:50:12 +08:00
parent 221c345199
commit f08296da93

View File

@@ -339,10 +339,6 @@ mod tests {
r"\\127.0.0.1\c$\temp\test-file.txt",
&["temp", "test-file.txt"],
),
(
r"\\LOCALHOST\c$\temp\test-file.txt",
&["temp", "test-file.txt"],
),
(r"\\.\c:\temp\test-file.txt", &["temp", "test-file.txt"]),
(r"\\?\c:\temp\test-file.txt", &["temp", "test-file.txt"]),
(