Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
static void AssertCodepoints(std::string_view s, const std::vector<char32_t>& expected)
245
{
246
ASSERT_EQ(ToVector(s), expected);
247
}
248
249
TEST_F(CodepointViewTest, CodepointView_iterate)
250
{
Callers
1
TEST_F
Function · 0.85
Calls
1
ToVector
Function · 0.85
Tested by
no test coverage detected