v1.4.0
-
Move from github.com/BurntSushi/toml-test to github.com/toml-lang/toml-test
In most cases things should keep working as GitHub will redirect things, but you'll have to update the path if you install from source with
go install
. -
Both TOML 1.0 and the upcoming TOML 1.1 are now supported.
If you implemented your own test-runner, then you should only copy/use the files listed in
tests/files-toml-1.0.0
(ortests/files-toml-1.1.0
). Some things that are invalid in 1.0 are now valid in 1.1.Also see "Usage without toml-test binary" in the README.md.
For the
toml-test
tool the default remains 1.0; add-toml 1.1.0
to use TOML 1.1. -
Add a few tests, and improve output on test failures a bit.