mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
|
---input---
|
||
|
r"Not \n escaped"
|
||
|
|
||
|
---tokens---
|
||
|
'r' Literal.String.Affix
|
||
|
'"' Literal.String.Double
|
||
|
'Not ' Literal.String.Double
|
||
|
'\\' Literal.String.Double
|
||
|
'n escaped' Literal.String.Double
|
||
|
'"' Literal.String.Double
|
||
|
'\n' Text.Whitespace
|