diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-07-01 18:02:07 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-07-01 18:02:07 (GMT) |
commit | cfc103c6b8a43f7910dda55b8069350921c3f3c7 (patch) | |
tree | 993576056fa3d38ab3f684549951a42790d13993 /tests/chanio.test | |
parent | 13b2522d41f46ad72bf40fd0eda8937c20b27905 (diff) | |
download | tcl-cfc103c6b8a43f7910dda55b8069350921c3f3c7.zip tcl-cfc103c6b8a43f7910dda55b8069350921c3f3c7.tar.gz tcl-cfc103c6b8a43f7910dda55b8069350921c3f3c7.tar.bz2 |
Bug [66ffafd309]
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index cdd5816..5a793d6 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -1104,7 +1104,7 @@ test chan-io-7.3 {FilterInputBytes: split up character at EOF} -setup { lappend x [chan gets $f line] $line } -cleanup { chan close $f -} -result [list 15 "123456789012301" 18 0 1 -1 ""] +} -result [list 16 "123456789012301\x82" 18 0 1 -1 ""] test chan-io-7.4 {FilterInputBytes: recover from split up character} -setup { variable x "" } -constraints {stdio fileevent} -body { |