mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-10 05:19:26 +00:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
---input---
|
|
"x\nx
|
|
|
|
---tokens---
|
|
'"' Literal.String.Double
|
|
'x\\nx' Literal.String.Double
|
|
'\n' Error
|