11 lines
289 B
Text
11 lines
289 B
Text
---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
|