mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-07-06 00:06:08 -04:00
tokenize: handle escaped quotes
We only support escaping quotes inside a quote, and only of the same type as the enclosing quote. I.e. "double quote \"escaped double quote\"" But not "double quote \'invalid escaped single quote\'"
This commit is contained in:
parent
3b2492029e
commit
50bd51c4d4
2 changed files with 14 additions and 1 deletions
|
|
@ -18,6 +18,8 @@
|
|||
* [LICENSE](LICENSE), [README.md](README.md) and
|
||||
[CHANGELOG.md](CHANGELOG.md) are now installed to
|
||||
`${datadir}/doc/foot`.
|
||||
* Support for escaping quotes in **pipe-visible** and
|
||||
**pipe-scrollback** commands.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue