We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4101af commit daf9393Copy full SHA for daf9393
test/cctest/test_node_task_runner.cc
@@ -35,7 +35,7 @@ TEST_F(TaskRunnerTest, EscapeShell) {
35
{"--arg=node exec -c '$1'", "'--arg=node exec -c \\'$1\\''"},
36
{"'--arg=node exec -c \"$1\"'", "'\\'--arg=node exec -c \"$1\"\\''"}
37
#endif
38
-};
+ };
39
40
for (const auto& [input, expected] : expectations) {
41
EXPECT_EQ(node::task_runner::EscapeShell(input), expected);
0 commit comments