summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-07 13:12:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-07 13:12:11 (GMT)
commit6719603e33c57f2078c03f8144a7eb61f2dede0e (patch)
tree151ef4e16ae918e08ba8f48bee7943af8c0bcaa0 /tests/chanio.test
parent99994365ea8c04611e93f3108f4a7d8d4e1ca49f (diff)
parent7cf2f6d10229f721d4fa1f7d09b134fae613ebae (diff)
downloadtcl-6719603e33c57f2078c03f8144a7eb61f2dede0e.zip
tcl-6719603e33c57f2078c03f8144a7eb61f2dede0e.tar.gz
tcl-6719603e33c57f2078c03f8144a7eb61f2dede0e.tar.bz2
Merge 8.7. More parse improvement, WIP
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 64d67d1..752533d 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -7520,7 +7520,7 @@ test chan-io-60.1 {writing illegal utf sequences} {fileevent testbytestring} {
# cut of the remainder of the error stack, especially the filename
set result [lreplace $result 3 3 [lindex [split [lindex $result 3] \n] 0]]
list $x $result
-} {1 {gets {} catch {error writing "stdout": invalid argument}}}
+} {1 {gets {} catch {error writing "stdout": illegal byte sequence}}}
test chan-io-61.1 {Reset eof state after changing the eof char} -setup {
set datafile [makeFile {} eofchar]