SamboyCoding / Tomlet

Zero-Dependency, model-based TOML De/Serializer for .NET
MIT License
155 stars 29 forks source link

parse hex literals with 'e' as integer, not double #15

Closed ghost closed 2 years ago

ghost commented 2 years ago

see Issue #14

SamboyCoding commented 2 years ago

Can you create a test for this case, so we can validate that it doesn't happen again?

Just a new method in the StringTests class would be great.

SamboyCoding commented 2 years ago

Okay, guess I'll do the tests myself.