Import Tcl 8.6.11
This commit is contained in:
5
tests/auto0/modules/mod1/test1-1.0.tm
Normal file
5
tests/auto0/modules/mod1/test1-1.0.tm
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace eval mod1::test1 {}
|
||||
|
||||
proc mod1::test1::try1 args {
|
||||
return res1
|
||||
}
|
||||
5
tests/auto0/modules/mod2/test2-2.0.tm
Normal file
5
tests/auto0/modules/mod2/test2-2.0.tm
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace eval mod2::test2 {}
|
||||
|
||||
proc mod2::test2::try2 args {
|
||||
return res2
|
||||
}
|
||||
5
tests/auto0/modules/test0-0.5.tm
Normal file
5
tests/auto0/modules/test0-0.5.tm
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace eval test0 {}
|
||||
|
||||
proc test0::try0 args {
|
||||
return res0
|
||||
}
|
||||
Reference in New Issue
Block a user