mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
14
spec/tests/python/test_fstring_17b.txt
Normal file
14
spec/tests/python/test_fstring_17b.txt
Normal file
@ -0,0 +1,14 @@
|
||||
---input---
|
||||
f"x = {x:+3}"
|
||||
|
||||
---tokens---
|
||||
'f' Literal.String.Affix
|
||||
'"' Literal.String.Double
|
||||
'x = ' Literal.String.Double
|
||||
'{' Literal.String.Interpol
|
||||
'x' Name
|
||||
':' Literal.String.Interpol
|
||||
'+3' Literal.String.Double
|
||||
'}' Literal.String.Interpol
|
||||
'"' Literal.String.Double
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user