beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.48k stars 352 forks source link

issue1746- fixed the toml escape #1811

Closed mas192 closed 1 month ago

mas192 commented 1 month ago

TOMLEscape class was fixed to properly escape doublequotes and backslash and the test files were corrected accordingly. Now author creation can include single and double quotes at the time of creation PR relates to an issue, Fixes #1746

PR Checklist: