MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / AssertCodepoints

Function AssertCodepoints

test/tests/StringTest.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244static void AssertCodepoints(std::string_view s, const std::vector<char32_t>& expected)
245{
246 ASSERT_EQ(ToVector(s), expected);
247}
248
249TEST_F(CodepointViewTest, CodepointView_iterate)
250{

Callers 1

TEST_FFunction · 0.85

Calls 1

ToVectorFunction · 0.85

Tested by

no test coverage detected