mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
|
# Internal backticks can be escaped
|
||
|
|
||
|
---input---
|
||
|
`.1 \` blah`
|
||
|
|
||
|
---tokens---
|
||
|
'`.1 \\` blah`' Name
|
||
|
'\n' Text.Whitespace
|