Closed murdos closed 6 months ago
Perhaps implementing and using the test suite from https://github.com/toml-lang/toml-test/ would be useful, to ensure compliance with TOML v1.0.0 (and the future v1.1.0).
Perhaps implementing and using the test suite from https://github.com/toml-lang/toml-test/ would be useful, to ensure compliance with TOML v1.0.0 (and the future v1.1.0).
Yes! That's a good idea. I've done that in #175 :)
Fixes released in v3.7.2
The gradle documentation uses this example:
Parsing this file (with
FileConfig.builder(tomlVersionCatalogFile).sync().build().load();
) generates an error :