We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dd8c1 commit e10b5cbCopy full SHA for e10b5cb
tests/chanio.test
@@ -6877,9 +6877,10 @@ test chan-io-52.10 {TclCopyChannel & encodings} -constraints {fcopy} -body {
6877
# -translation binary is also -encoding binary
6878
chan configure $out -translation binary
6879
chan copy $in $out
6880
+ file size $path(utf8-fcopy.txt)
6881
+} -cleanup {
6882
chan close $in
6883
chan close $out
- file size $path(utf8-fcopy.txt)
6884
} -returnCodes 1 -match glob -result {error writing "*":\
6885
invalid or incomplete multibyte or wide character}
6886
test chan-io-52.11 {TclCopyChannel & encodings} -setup {
0 commit comments