index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
test
/
resource_sanitizer.ts
blob: 93c9222c51d239d69aeaf01c38e03edd770fc44b (
plain
)
1
2
3
4
Deno.test("leak", function () { Deno.openSync("run/001_hello.js"); Deno.stdin.close(); });