summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-11 12:50:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-11 12:50:31 (GMT)
commit1e68e2bde88b29614f46600820b787f74c92a63f (patch)
tree4e88007e2a2f512bbc59ba2e3942efcf2daf35fd /tests/winDde.test
parent6314ba886f9fbefe5b82ec1b1edfd2a5c11eb240 (diff)
downloadtcl-1e68e2bde88b29614f46600820b787f74c92a63f.zip
tcl-1e68e2bde88b29614f46600820b787f74c92a63f.tar.gz
tcl-1e68e2bde88b29614f46600820b787f74c92a63f.tar.bz2
fix handling of closing '\0' for -binary data
update dde version to 1.4.0
Diffstat (limited to 'tests/winDde.test')
-rw-r--r--tests/winDde.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winDde.test b/tests/winDde.test
index 729b05e..bc64a24 100644
--- a/tests/winDde.test
+++ b/tests/winDde.test
@@ -167,7 +167,7 @@ test winDde-3.6 {DDE request utf8} {win dde} {
# and compose utf-8 (e.g. "c3 84" ) manualy
test winDde-3.7 {DDE request binary} {win dde} {
set a "not set"
- dde execute -binary TclEval self "set a \xc3\x84"
+ dde execute -binary TclEval self "set a \xc3\x84\x00"
scan $a %c
} 196