bungcip / better-toml

toml extension for vs code editor
75 stars 13 forks source link

False positive problem with local date #26

Closed graue70 closed 4 years ago

graue70 commented 4 years ago

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.

graue70 commented 4 years ago

Duplicate of #7.