Merge pull request #5060 from therearesomewhocallmetim/belorus_comment

Added comment
This commit is contained in:
Sergey Yershov 2016-12-19 17:17:04 +03:00 committed by GitHub
commit ebfa9db60d

View file

@ -105,6 +105,7 @@ UNIT_TEST(MultilangString_Unique)
UNIT_TEST(MultilangString_LangNames)
{
// It is important to compare the contents of the strings, and not just pointers
TEST_EQUAL(string("Беларуская"), StringUtf8Multilang::GetLangNameByCode(StringUtf8Multilang::GetLangIndex("be")), ());
auto const & langs = StringUtf8Multilang::GetSupportedLanguages();