jcornaz / beancount-parser

A beancount file parser library for rust
The Unlicense
21 stars 7 forks source link

should accept escaping slash `\\` #66

Closed jcornaz closed 9 months ago

jcornaz commented 9 months ago

since the parser now supports escaping double quotes with slash (\"), it only makes sense to support escaping slashes too (\\)