update inbox list
This commit is contained in:
13
vendor/scrivo/highlight.php/test/markup/python/f-strings.txt
vendored
Normal file
13
vendor/scrivo/highlight.php/test/markup/python/f-strings.txt
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
f'{name}'
|
||||
f"{name + 5}"
|
||||
>>> f"""
|
||||
... {
|
||||
... name
|
||||
... }
|
||||
... """
|
||||
rf"{name}"
|
||||
fr"{name}"
|
||||
f"{name + f'{name}'}"
|
||||
f"{{ }}"
|
||||
if"text"=="text":
|
||||
"good"
|
||||
Reference in New Issue
Block a user