MCPcopy 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

14namespace toft {
15
16TEST(Scan, Escape)
17{
18 int n = 0;
19 ASSERT_EQ(1, StringScan("%1", "%%%d", &n));
20 EXPECT_EQ(1, n);
21}
22
23TEST(Scan, Bool)
24{

Callers

nothing calls this directly

Calls 1

StringScanFunction · 0.85

Tested by

no test coverage detected