fix build under newer KConfig by bump cmake min version
This commit is contained in:
4
3rdparty/lexilla540/lexilla/test/examples/tcl/SciTE.properties
vendored
Normal file
4
3rdparty/lexilla540/lexilla/test/examples/tcl/SciTE.properties
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
lexer.*.tcl=tcl
|
||||
keywords.*.tcl=proc set socket vwait
|
||||
fold.comment=1
|
||||
fold.compact=1
|
13
3rdparty/lexilla540/lexilla/test/examples/tcl/x.tcl
vendored
Normal file
13
3rdparty/lexilla540/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")
|
14
3rdparty/lexilla540/lexilla/test/examples/tcl/x.tcl.folded
vendored
Normal file
14
3rdparty/lexilla540/lexilla/test/examples/tcl/x.tcl.folded
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
2 400 3 + # tcl tests
|
||||
1 401 3 |
|
||||
0 401 3 | #simple example
|
||||
1 401 3 |
|
||||
2 400 2 + proc Echo_Server {port} {
|
||||
0 401 2 | set s [socket -server EchoAccept $port]
|
||||
0 401 2 | vwait forever;
|
||||
0 401 0 | }
|
||||
1 400 0
|
||||
2 400 3 + # Bug #1947
|
||||
1 401 3 |
|
||||
0 400 0 $s($i,"n")
|
||||
0 400 0 set n $showArray($i,"neighbor")
|
||||
1 400 0
|
13
3rdparty/lexilla540/lexilla/test/examples/tcl/x.tcl.styled
vendored
Normal file
13
3rdparty/lexilla540/lexilla/test/examples/tcl/x.tcl.styled
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{2}# tcl tests
|
||||
{0}
|
||||
{2}#simple example
|
||||
{0}
|
||||
{12}proc{0} {7}Echo_Server{0} {6}{{7}port{6}}{0} {6}{
|
||||
{0} {12}set{0} {7}s{0} {6}[{12}socket{0} {10}-server{0} {7}EchoAccept{0} {8}$port{6}]
|
||||
{0} {12}vwait{0} {7}forever{0};
|
||||
{6}}
|
||||
{0}
|
||||
{2}# Bug #1947
|
||||
{0}
|
||||
{8}$s{6}({8}$i{6},{5}"n"{6})
|
||||
{12}set{0} {7}n{0} {8}$showArray{6}({8}$i{6},{5}"neighbor"{6})
|
Reference in New Issue
Block a user