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: c1291b89a6a1a2e32b9afe88b1843bfcf5f6382e (
plain
)
1
2
3
4
Deno.test("leak", function () { Deno.openSync("001_hello.js"); Deno.stdin.close(); });