1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/std/encoding/testdata
Rafael Vargas 55063dd8e8
fix: Deno.remove() to properly remove dangling symlinks (#3860)
For some reason, the unit tests for Deno.remove() were not being imported to 
unit_tests.ts and, consequently, not being executed. Thus, I imported them, 
refactored some existent ones and wrote new ones for the symlink removal case.

Since the creation of a symlink is not implemented for Windows yet, assertions
that consider this state were added when the tests are executed in this OS.
2020-02-03 08:20:15 -05:00
..
arrays.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
arrayTable.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
boolean.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
cargo.toml fix: Deno.remove() to properly remove dangling symlinks (#3860) 2020-02-03 08:20:15 -05:00
cargoTest.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
CRLF.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
datetime.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
float.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
inlineTable.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
integer.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
simple.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
string.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00
table.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00