MCPcopy Create free account
hub / github.com/Samsung/UTopia / TEST

Function TEST

tests/utils/TestStringUtil.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38TEST(TestRegex, N) { EXPECT_EQ("", util::regex("abcabc", "bc")); }
39
40TEST(TestRegexWithGroup, N) { EXPECT_EQ("", util::regex("abcabc", "b(c)", 1)); }
41

Callers

nothing calls this directly

Calls 15

regexFunction · 0.85
replaceStrOnceFunction · 0.85
replaceStrAllFunction · 0.85
ltrimFunction · 0.85
rtrimFunction · 0.85
trimFunction · 0.85
getRelativePathFunction · 0.85
isHeaderFileFunction · 0.85
findFilePathsFunction · 0.85
findASTFilePathsFunction · 0.85
findJsonFilePathsFunction · 0.85
saveFileFunction · 0.85

Tested by

no test coverage detected