Import Tk 8.6.11
This commit is contained in:
@@ -55,7 +55,7 @@ test main-2.2 {Tk_MainEx: -encoding option} -constraints stdio -setup {
|
||||
removeFile script
|
||||
} -result "script {} 0\n0\n"
|
||||
|
||||
# Procedure to simulate interactive typing of commands, line by line,
|
||||
# Procedure to simulate interactive typing of commands, line by line,
|
||||
# for test 2.3
|
||||
proc type {chan script} {
|
||||
foreach line [split $script \n] {
|
||||
@@ -94,7 +94,7 @@ test main-2.3 {Tk_MainEx: -encoding option} -constraints stdio -setup {
|
||||
test main-3.1 {Tk_ParseArgv: -help option} -constraints unix -body {
|
||||
# Run only on unix as Win32 pops up native dialog
|
||||
exec [interpreter] -help
|
||||
} -returnCodes error -match glob -result {% application-specific initialization failed: Command-specific options:*}
|
||||
} -returnCodes error -match glob -result {*application-specific initialization failed: Command-specific options:*}
|
||||
|
||||
test main-3.2 {Tk_ParseArgv: -help option} -setup {
|
||||
set maininterp [interp create]
|
||||
|
||||
Reference in New Issue
Block a user