Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ text_cp1251
Function
text_cp1251
source/unit_test/src/core/UnitTestCoreString.cpp:888–893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
886
}
887
888
void text_cp1251()
889
{
890
String s(U
"abcdЙцукен123"
);
891
892
EXPECT_EQ(String::FromCp1251(s.cp1251_str().GetData()), s);
893
}
894
895
void test_cpp14()
896
{
Callers
1
TEST
Function · 0.85
Calls
2
cp1251_str
Method · 0.80
GetData
Method · 0.45
Tested by
no test coverage detected