mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(ext/node): json encode binary command name (#18596)
Fixes https://github.com/denoland/deno/issues/18588
This commit is contained in:
parent
36e8c8dfd7
commit
a7e25b8126
5 changed files with 28 additions and 1 deletions
|
@ -689,6 +689,13 @@ itest!(deno_run_bin_esm {
|
|||
http_server: true,
|
||||
});
|
||||
|
||||
itest!(deno_run_bin_special_chars {
|
||||
args: "run -A --quiet npm:@denotest/special-chars-in-bin-name/\\foo\" this is a test",
|
||||
output: "npm/deno_run_special_chars_in_bin_name.out",
|
||||
envs: env_vars_for_npm_tests(),
|
||||
http_server: true,
|
||||
});
|
||||
|
||||
itest!(deno_run_bin_no_ext {
|
||||
args: "run -A --quiet npm:@denotest/bin/cli-no-ext this is a test",
|
||||
output: "npm/deno_run_no_ext.out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue