Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace toft {
12
13
TEST(Shell, Escape)
14
{
15
EXPECT_EQ(
"Sublime\\ Text\\ 2"
, ShellEscape(
"Sublime Text 2"
));
16
}
17
18
TEST(Shell, Unescape)
19
{
Callers
nothing calls this directly
Calls
8
ShellEscape
Function · 0.85
ShellUnescape
Function · 0.85
ShellQuote
Function · 0.85
ShellUnquote
Function · 0.85
SplitCommandLine
Function · 0.85
JoinCommandLine
Function · 0.85
push_back
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected