summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2017-03-14 22:06:43 (GMT)
committerKevin B Kenny <kennykb@acm.org>2017-03-14 22:06:43 (GMT)
commite3a6045c86a6fdc2368ab8ebb8b1eb4f55df3bf1 (patch)
tree5af537edbddd86f79239fbcf3b27a4139ef1212e /tests/cmdAH.test
parent35636070b1b86333cfcb193a660c872f1382132a (diff)
downloadtcl-e3a6045c86a6fdc2368ab8ebb8b1eb4f55df3bf1.zip
tcl-e3a6045c86a6fdc2368ab8ebb8b1eb4f55df3bf1.tar.gz
tcl-e3a6045c86a6fdc2368ab8ebb8b1eb4f55df3bf1.tar.bz2
Make 'clock' and 'encoding' into compilable ensembles that play with safe interpskbk_clock_encoding_ensembles
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r--tests/cmdAH.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index b4ef605..3c58c1b 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.test
@@ -167,10 +167,10 @@ test cmdAH-3.2 {Tcl_ContinueObjCmd, success} {
test cmdAH-4.1 {Tcl_EncodingObjCmd} -returnCodes error -body {
encoding
-} -result {wrong # args: should be "encoding option ?arg ...?"}
+} -result {wrong # args: should be "encoding subcommand ?arg ...?"}
test cmdAH-4.2 {Tcl_EncodingObjCmd} -returnCodes error -body {
encoding foo
-} -result {bad option "foo": must be convertfrom, convertto, dirs, names, or system}
+} -result {unknown or ambiguous subcommand "foo": must be convertfrom, convertto, dirs, names, or system}
test cmdAH-4.3 {Tcl_EncodingObjCmd} -returnCodes error -body {
encoding convertto
} -result {wrong # args: should be "encoding convertto ?encoding? data"}