mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(cli): deno doc panics on invalid url (#11536)
This commit is contained in:
parent
4641aacba6
commit
935083d99a
3 changed files with 11 additions and 1 deletions
|
@ -43,3 +43,9 @@ itest!(deno_doc_types_header_direct {
|
|||
output: "doc/types_header.out",
|
||||
http_server: true,
|
||||
});
|
||||
|
||||
itest!(deno_doc_invalid_url {
|
||||
args: "doc https://raw.githubusercontent.com%2Fdyedgreen%2Fdeno-sqlite%2Frework_api%2Fmod.ts",
|
||||
output: "doc/invalid_url.out",
|
||||
exit_code: 1,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue