diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-16 20:10:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-16 20:10:30 (GMT) |
commit | 6ecf17e822c7c74ca397ea9fdace1716c9324ddb (patch) | |
tree | ea17ce3f137abd626f5acd6b66738acdc36ddc90 /tests | |
parent | 2483a0a8febe0c41fa5a1f27d9aa778f1cb5420c (diff) | |
parent | c5b9cd53fd9e807f139d017cfebc0a220a1a52d6 (diff) | |
download | tk-6ecf17e822c7c74ca397ea9fdace1716c9324ddb.zip tk-6ecf17e822c7c74ca397ea9fdace1716c9324ddb.tar.gz tk-6ecf17e822c7c74ca397ea9fdace1716c9324ddb.tar.bz2 |
Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indenting
Diffstat (limited to 'tests')
-rw-r--r-- | tests/send.test | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/send.test b/tests/send.test index e317269..84d4f30 100644 --- a/tests/send.test +++ b/tests/send.test @@ -442,23 +442,14 @@ test send-10.8 {SendEventProc procedure, exceptional return} {secureserver tests "c\n-n tktest\n-r $id 62\n-s break\n" update testsend prop [winfo id .f] Comm -} { -r --s 62 --r --c 3 -} +} "\nr\n-s 62\n-r \n-c 3\n" test send-10.9 {SendEventProc procedure, empty return} {secureserver testsend} { testsend prop [winfo id .f] Comm {} testsend prop comm Comm \ "c\n-n tktest\n-r $id 62\n-s concat\n" update testsend prop [winfo id .f] Comm -} { -r --s 62 --r -} +} "\nr\n-s 62\n-r \n" test send-10.10 {SendEventProc procedure, asynchronous calls} {secureserver testsend} { testsend prop [winfo id .f] Comm {} testsend prop comm Comm \ |