pmderodat / ada-toml

TOML parser for Ada
Other
31 stars 5 forks source link

Syntax of exported strings containing quotes is not escaped #3

Closed mosteo closed 5 years ago

mosteo commented 5 years ago

See the output of exporting, e.g., the description of libhello:

$ cat alire/libhello.toml (...) description = ""Hello, world!" demonstration project support library" (...)

pmderodat commented 5 years ago

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