pmderodat / ada-toml

TOML parser for Ada
Other
31 stars 5 forks source link

Exported keys containing dots are not quoted #4

Closed mosteo closed 5 years ago

mosteo commented 5 years ago

$ head -1 alire/libhello.toml [1.0.0] # should be ['1.0.0']

pmderodat commented 5 years ago

This is now fixed on the master branch. Thanks for reporting this bug!