mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
93e2bfe22e
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. |
||
---|---|---|
.. | ||
arrays.toml | ||
arrayTable.toml | ||
boolean.toml | ||
cargo.toml | ||
cargoTest.toml | ||
CRLF.toml | ||
datetime.toml | ||
float.toml | ||
inlineTable.toml | ||
integer.toml | ||
simple.toml | ||
string.toml | ||
table.toml |