This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/prql/rstring.txt
2023-09-15 22:28:29 +02:00

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