fix #4005 Poco::Path::getExtension() returns name of the hidden file if no extension is present (#4011)

This commit is contained in:
Alexander B
2023-05-05 19:49:56 +03:00
committed by GitHub
parent c7ac8574f8
commit 75b378e540
3 changed files with 18 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ public:
void testRenameFailIfExists();
void testRootDir();
void testLongPath();
void testUnixFileExtension();
void setUp();
void tearDown();