summaryrefslogtreecommitdiff
path: root/std/encoding/testdata/string.toml
AgeCommit message (Collapse)Author
2020-08-17fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. ↵danielwippermann
(#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-07-16fix(std/encoding/toml): could not parse strings with apostrophes/semicolons ↵uki00a
(#6781)
2019-10-09Move everything into std subdirRyan Dahl