tomlj / tomlj

A Java parser for Tom's Obvious, Minimal Language (TOML).
Apache License 2.0
148 stars 27 forks source link

Added test for invalid dotted key scenario #37

Closed SampathKumarAmex closed 2 years ago

SampathKumarAmex commented 2 years ago

Added unit test for invalid value passed to the parsing dotted key function.

cleishm commented 2 years ago

Love tests!