Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ TEST
Function
TEST
base/string/format/scan_test.cpp:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
namespace toft {
15
16
TEST(Scan, Escape)
17
{
18
int n = 0;
19
ASSERT_EQ(1, StringScan(
"%1"
,
"%%%d"
, &n));
20
EXPECT_EQ(1, n);
21
}
22
23
TEST(Scan, Bool)
24
{
Callers
nothing calls this directly
Calls
1
StringScan
Function · 0.85
Tested by
no test coverage detected