chore: bump scintilla and lexilla version
This commit is contained in:
13
3rdparty/lexilla545/lexilla/test/examples/tcl/x.tcl
vendored
Normal file
13
3rdparty/lexilla545/lexilla/test/examples/tcl/x.tcl
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# tcl tests
|
||||
|
||||
#simple example
|
||||
|
||||
proc Echo_Server {port} {
|
||||
set s [socket -server EchoAccept $port]
|
||||
vwait forever;
|
||||
}
|
||||
|
||||
# Bug #1947
|
||||
|
||||
$s($i,"n")
|
||||
set n $showArray($i,"neighbor")
|
Reference in New Issue
Block a user