diff --git a/test/testpath.cpp b/test/testpath.cpp index c40473a9e..5fc861626 100644 --- a/test/testpath.cpp +++ b/test/testpath.cpp @@ -75,6 +75,7 @@ private: ASSERT_EQUALS("../../../src/test.cpp", Path::simplifyPath("../../../src/test.cpp")); ASSERT_EQUALS("src/test.cpp", Path::simplifyPath(".//src/test.cpp")); ASSERT_EQUALS("src/test.cpp", Path::simplifyPath(".///src/test.cpp")); + ASSERT_EQUALS("test.cpp", Path::simplifyPath("./././././test.cpp")); // Handling of UNC paths on Windows ASSERT_EQUALS("//src/test.cpp", Path::simplifyPath("//src/test.cpp"));