chore: bump scintilla and lexilla version
This commit is contained in:
16
3rdparty/lexilla545/lexilla/test/examples/python/strings.py
vendored
Normal file
16
3rdparty/lexilla545/lexilla/test/examples/python/strings.py
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# Simple raw string
|
||||
r''
|
||||
|
||||
# Raw f-string
|
||||
rf''
|
||||
fr''
|
||||
|
||||
# Raw byte string
|
||||
rb''
|
||||
br''
|
||||
|
||||
# Raw unicode strings: ur'' is valid in 2.7 (but not in 3) -- always lexed as
|
||||
# valid; ru'' is never valid
|
||||
ru''
|
||||
ur''
|
||||
|
Reference in New Issue
Block a user