feat: Implement double-quoted filename features. (#13)
Adds interpretation of ordinary Python character escapes (like "\t") and
a special escape to fetch a particular Git version of a file, in double-quoted
strings used as the FILENAME argument of a {! ... !} inclusion directive.
Resolves #11.
Resolves #12.
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #13
Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net>
Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
This commit is contained in:
parent
d0028497dc
commit
f458f716e3
19 changed files with 1225 additions and 14 deletions
1
tests/fixtures/quoted-filename/snippet/Say "Don't"
vendored
Normal file
1
tests/fixtures/quoted-filename/snippet/Say "Don't"
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
Shh... quiet world.
|
||||
Loading…
Add table
Add a link
Reference in a new issue