1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 18:09:39 +00:00

Merge pull request #214 from OpenMW/master

Add OpenMW commits up to 8 May 2017, part 2
This commit is contained in:
David Cernat 2017-05-09 03:12:04 +03:00 committed by GitHub
commit 22e2135ce1

View file

@ -40,6 +40,6 @@ TEST_F (PartialBinarySearchTest, ci_test)
EXPECT_TRUE (Misc::StringUtils::lowerCase("ASD") == "asd");
// test to make sure system locale is not used
std::string unicode1 = "\u04151 \u0418"; // CYRILLIC CAPITAL LETTER IE CYRILLIC CAPITAL LETTER I
std::string unicode1 = "\u04151 \u0418"; // CYRILLIC CAPITAL LETTER IE, CYRILLIC CAPITAL LETTER I
EXPECT_TRUE( Misc::StringUtils::lowerCase(unicode1) == unicode1 );
}