chore: bump scintilla and lexilla version
This commit is contained in:
33
3rdparty/lexilla545/lexilla/test/examples/gdscript/NodePath.gd
vendored
Normal file
33
3rdparty/lexilla545/lexilla/test/examples/gdscript/NodePath.gd
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# nodepath
|
||||
|
||||
$Node
|
||||
|
||||
%Node
|
||||
|
||||
%node/"n o d e"/%'n o d e'
|
||||
|
||||
%"No de"
|
||||
|
||||
|
||||
$/root/ThisNode/%Node % %test
|
||||
|
||||
$MainMenuPanel/%Options % %test
|
||||
|
||||
%Options % %test
|
||||
|
||||
$Node % %test
|
||||
|
||||
|
||||
get_node("%Options") % %test
|
||||
|
||||
$"Nod se" % %test
|
||||
|
||||
$/test/"No % de"/test % %test
|
||||
|
||||
%node/"n o d e"/'n o d e' % %"No De"
|
||||
|
||||
"%010d" % 12345
|
||||
|
||||
1 % 1
|
||||
|
||||
a % b
|
Reference in New Issue
Block a user