summaryrefslogtreecommitdiff
path: root/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.cpp')
-rw-r--r--test/test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.cpp b/test/test.cpp
index 915532f..777f233 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -1548,6 +1548,8 @@ Rule | Example | hostSet | absPath | emptySeg
testFilenameUriConversionHelper(L"abc def", L"abc%20def", FOR_WINDOWS);
testFilenameUriConversionHelper(L"abc def", L"abc%20def", FOR_UNIX);
+
+ testFilenameUriConversionHelper(L"\\\\Server01\\user\\docs\\Letter.txt", L"file://Server01/user/docs/Letter.txt", FOR_WINDOWS);
}
void testCrash_FreeUriMembers_Bug20080116() {