std/encoding/testdata
Rafael Vargas 500b97dde6 fix: Deno.remove() to properly remove dangling symlinks (denoland/deno#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.
2021-02-01 10:46:57 +00:00
..
arrays.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
arrayTable.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
boolean.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
cargo.toml fix: Deno.remove() to properly remove dangling symlinks (denoland/deno#3860) 2021-02-01 10:46:57 +00:00
cargoTest.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
CRLF.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
datetime.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
float.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
inlineTable.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
integer.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
simple.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
string.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00
table.toml TOML: Move to encoding dir (#435) 2019-05-23 21:48:54 +03:00