mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
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 | ||