From f08296da933a66a652e7df62987ad5112fdb367c Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Tue, 28 Mar 2023 11:50:12 +0800 Subject: [PATCH] ignore one of the UNC edge cases --- lib/vfs/src/webc_volume_fs.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vfs/src/webc_volume_fs.rs b/lib/vfs/src/webc_volume_fs.rs index ad725ec3b..c5eb02358 100644 --- a/lib/vfs/src/webc_volume_fs.rs +++ b/lib/vfs/src/webc_volume_fs.rs @@ -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"]), (