toml-lang / toml

Tom's Obvious, Minimal Language
https://toml.io
MIT License
19.45k stars 847 forks source link

Best way to check toml compliance #913

Closed Legorooj closed 2 years ago

Legorooj commented 2 years ago

I'm trying to bring a toml implementation up to spec with version 1.0.0, however I'm unsure how should I test compliance with the spec. https://github.com/BurntSushi/toml-test looks like the best option, so should I use this, or is there a better option?

marzer commented 2 years ago

That's the best option. It's the de-facto official compliance test at this point.