chore: bump scintilla and lexilla version
This commit is contained in:
17
3rdparty/lexilla545/lexilla/test/examples/python/attributes/attributes.py
vendored
Normal file
17
3rdparty/lexilla545/lexilla/test/examples/python/attributes/attributes.py
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# attributes=20
|
||||
s = "thing thing".findall("thing")
|
||||
a.very.complicated.expression.findall("test")
|
||||
# fake out.
|
||||
b.very.complicated.expression.
|
||||
findall("test2")
|
||||
c.very.complicated.expression. \
|
||||
findall("test3")
|
||||
d.very.complicated.expression.\
|
||||
findall("test4")
|
||||
@staticmethod.attrtest
|
||||
@staticmethod.
|
||||
attrtest
|
||||
@staticmethod. \
|
||||
attrtest
|
||||
@staticmethod.\
|
||||
attrtest
|
Reference in New Issue
Block a user