MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

encoding/percent_test.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23TEST(PercentEncoding, Space)
24{
25 EXPECT_EQ("percent%20encoding", PercentEncoding::Encode("percent encoding"));
26 EXPECT_EQ("percent encoding", PercentDecode("percent+encoding"));
27}
28
29TEST(PercentEncoding, Inplace)
30{

Callers

nothing calls this directly

Calls 2

PercentDecodeFunction · 0.85
StringToLowerFunction · 0.85

Tested by

no test coverage detected