We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 337e127 + cfa963e commit 1ad34cdCopy full SHA for 1ad34cd
tests/tk.test
@@ -37,7 +37,7 @@ test tk-1.1 {tk command: general} -body {
37
} -returnCodes error -result {wrong # args: should be "tk subcommand ?arg ...?"}
38
test tk-1.2 {tk command: general} -body {
39
tk xyz
40
-} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
+} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, attribtable, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
41
42
#
43
# COMMON TEST SETUP
0 commit comments