summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-03-02 04:57:29 (GMT)
committerhobbs <hobbs>2002-03-02 04:57:29 (GMT)
commit1c18b5b6965b64591b52b118d863cb8e109fb8a1 (patch)
tree288594f065aa8f5186181b73b5c0a223dc6692ea /tests
parent56a57cbad4a080e6df254ee672e523bb43601e0e (diff)
downloadtcl-1c18b5b6965b64591b52b118d863cb8e109fb8a1.zip
tcl-1c18b5b6965b64591b52b118d863cb8e109fb8a1.tar.gz
tcl-1c18b5b6965b64591b52b118d863cb8e109fb8a1.tar.bz2
corrected iso2022 return encoding escape
Diffstat (limited to 'tests')
-rw-r--r--tests/io.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/io.test b/tests/io.test
index 6c8cf79..43c4072 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: io.test,v 1.26 2002/02/15 14:28:50 dkf Exp $
+# RCS: @(#) $Id: io.test,v 1.27 2002/03/02 04:57:29 hobbs Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -101,7 +101,7 @@ test io-1.8 {Tcl_WriteChars: WriteChars} {
puts -nonewline $f [format %s%c [string repeat " " 4] 12399]
close $f
contents test2
-} "\x1b(B \x1b\$@\$O"
+} "\x1b(B \x1b\$B\$O"
test io-2.1 {WriteBytes} {
# loop until all bytes are written