chore: bump scintilla and lexilla version
This commit is contained in:
16
3rdparty/lexilla545/lexilla/test/examples/python/f-strings.py
vendored
Normal file
16
3rdparty/lexilla545/lexilla/test/examples/python/f-strings.py
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# Simple nesting
|
||||
f" { "" } "
|
||||
|
||||
# Multi-line field with comment
|
||||
f" {
|
||||
|
||||
"" # comment
|
||||
|
||||
} "
|
||||
|
||||
# Single quoted continued with \
|
||||
f" \
|
||||
"
|
||||
|
||||
# 4 nested f-strings
|
||||
f'Outer {f"nested {1} {f"nested {2} {f"nested {3} {f"nested {4}"}"}"}"}'
|
Reference in New Issue
Block a user