Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix escape_char for quote The `"` need no escaping. The old version, which was introduced in this [commit](ea03412#diff-5a72a6018b10915bef41b81020b59395527ba5b4b844d222b4e97192b5450565R369), has unexpected behaviour of adding a `\` in the resulting strings. This change fixes this issue. * Add plenary test for escape_cahr() Not sure about the style guide for plenary tests. So added it here. Further, I think one should perhaps add more special cahracters to the test for not changing characters, but not sure what the expected coverage of the test should be. * Fix stylua formatting --------- Co-authored-by: Will Dean <[email protected]>
- Loading branch information