tartrazine/spec/tests/python/test_fstring_22b.txt

15 lines
383 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
fr"{header}:\s+"
---tokens---
'fr' Literal.String.Affix
'"' Literal.String.Double
'{' Literal.String.Interpol
'header' Name
'}' Literal.String.Interpol
':' Literal.String.Double
'\\' Literal.String.Double
's+' Literal.String.Double
'"' Literal.String.Double
'\n' Text.Whitespace