summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-26 14:45:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-26 14:45:47 (GMT)
commit577981fee9f598026571fd4d5c81821ef0d42e9f (patch)
treecdb2c9af425b4e72f16616948d9793a40b949591 /tests
parent31145f178e965c316eb97dcb24fe34779c6bd50e (diff)
downloadtcl-577981fee9f598026571fd4d5c81821ef0d42e9f.zip
tcl-577981fee9f598026571fd4d5c81821ef0d42e9f.tar.gz
tcl-577981fee9f598026571fd4d5c81821ef0d42e9f.tar.bz2
re-trigger Travis build (and fix some eol-spacing)
Diffstat (limited to 'tests')
-rw-r--r--tests/binary.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/binary.test b/tests/binary.test
index 501ec0d..7433fe8 100644
--- a/tests/binary.test
+++ b/tests/binary.test
@@ -768,7 +768,7 @@ test binary-21.12 {Tcl_BinaryObjCmd: scan} -setup {
unset -nocomplain arg1
} -body {
list [binary scan "abc def \x00ghi" C* arg1] $arg1
-} -result {1 {abc def }}
+} -result {1 {abc def }}
test binary-22.1 {Tcl_BinaryObjCmd: scan} -returnCodes error -body {
binary scan abc b
} -result {not enough arguments for all format specifiers}