tartrazine/spec/tests/prql/fstring.txt

14 lines
356 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
f"Hello {name}!"
---tokens---
'f' Literal.String.Affix
'"' Literal.String.Double
'Hello ' Literal.String.Double
'{' Literal.String.Interpol
'name' Name.Variable
'}' Literal.String.Interpol
'!' Literal.String.Double
'"' Literal.String.Double
'\n' Text.Whitespace