Преглед изворни кода

Added a java style folder name to regression tests, because it might become more common in the future.

David Piuva пре 1 година
родитељ
комит
01e2532a2b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Source/test/tests/FileTest.cpp

+ 1 - 0
Source/test/tests/FileTest.cpp

@@ -91,6 +91,7 @@ START_TEST(File)
 		ASSERT_EQUAL(file_getExtension(U"\\file."), U"");
 		ASSERT_EQUAL(file_getExtension(U"file"), U"");
 		ASSERT_EQUAL(file_getExtension(U""), U"");
+		ASSERT_EQUAL(file_getExtension(U"/folder/com.dawoodoz.www/file.txt"), U"txt");
 		ASSERT_EQUAL(file_getExtension(U"/folder/./file.txt"), U"txt");
 		ASSERT_EQUAL(file_getExtension(U"/folder/file.h"), U"h");
 		ASSERT_EQUAL(file_getExtension(U"/folder/../file.h"), U"h");