8 lines
127 B
Text
8 lines
127 B
Text
# Internal backticks can be escaped
|
|
|
|
---input---
|
|
`.1 \` blah`
|
|
|
|
---tokens---
|
|
'`.1 \\` blah`' Name
|
|
'\n' Text.Whitespace
|