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 b18d468 commit 5725120Copy full SHA for 5725120
1 file changed
test/cctest/test_node_task_runner.cc
@@ -32,8 +32,8 @@ TEST_F(TaskRunnerTest, EscapeShell) {
32
{"\\$1", "'\\$1'"},
33
{"--arg=\"$1\"", "'--arg=\"$1\"'"},
34
{"--arg=node exec -c \"$1\"", "'--arg=node exec -c \"$1\"'"},
35
- {"--arg=node exec -c '$1'", "'--arg=node exec -c \\'$1\\''"},
36
- {"'--arg=node exec -c \"$1\"'", "'\\'--arg=node exec -c \"$1\"\\''"}
+ {"--arg=node exec -c '$1'", "'--arg=node exec -c '\"'\"'$1'\"'\"''"},
+ {"'--arg=node exec -c \"$1\"'", "'\\'--arg=node exec -c \"$1\"'\"'\"''"}
37
#endif
38
};
39
0 commit comments