1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/std/encoding/testdata
danielwippermann 93e2bfe22e
fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. (#7064)
Before this patch the TOML parser would incorrect treat the string
"base64data0xdamaged" in a declaration as a hex number because the
corresponding check triggers even when the "0x" is inside a double
quoted string literal as long as it is followed by at least one hex
character.
2020-08-17 17:48:15 -04: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 fix(std/toml): parser error with inline comments (#6942) 2020-08-03 13:26:02 -04:00
cargo.toml Remove ansi_term dependency (#4116) 2020-02-24 19:30:17 -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 fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. (#7064) 2020-08-17 17:48:15 -04:00
table.toml Move everything into std subdir 2019-10-09 17:10:09 -04:00