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

Function TEST

encoding/shell_test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace toft {
12
13TEST(Shell, Escape)
14{
15 EXPECT_EQ("Sublime\\ Text\\ 2", ShellEscape("Sublime Text 2"));
16}
17
18TEST(Shell, Unescape)
19{

Callers

nothing calls this directly

Calls 8

ShellEscapeFunction · 0.85
ShellUnescapeFunction · 0.85
ShellQuoteFunction · 0.85
ShellUnquoteFunction · 0.85
SplitCommandLineFunction · 0.85
JoinCommandLineFunction · 0.85
push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected