A file with the content ld1 = 1979-05-27 raises the following error: Expected "T" but end of input found. (or Expected "T" but "\r" found. if there is a newline after the content).
According to the specification, this should be perfectly good toml since version 0.5.0.
A file with the content
ld1 = 1979-05-27
raises the following error:Expected "T" but end of input found.
(orExpected "T" but "\r" found.
if there is a newline after the content).According to the specification, this should be perfectly good toml since version 0.5.0.