kowainik / tomland

🏝 Bidirectional TOML serialization
https://kowainik.github.io/posts/2019-01-14-tomland
Mozilla Public License 2.0
120 stars 39 forks source link

Check on keys starting with "-" parsing #260

Closed vrom911 closed 4 years ago

vrom911 commented 4 years ago

Recently there was a failure on CI because of that: https://github.com/kowainik/tomland/runs/651082114

I have made a quick fix for that: https://github.com/kowainik/tomland/pull/258/files#diff-2569f86e69269d2b41bccf0f177ffe6aR102

But this needs to be investigated more carefully.