diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-09 07:23:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-09 07:23:05 (GMT) |
commit | 28010d48e92cd516ab264586ddeff2233cc5eb4a (patch) | |
tree | fb05812192ca1bcc9ef6a4428e8d857b3d125118 /tests/unixSelect.test | |
parent | e1c1025a87901b4aed358668090787dcbd9c66a4 (diff) | |
download | tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.zip tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.gz tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.bz2 |
Remove many unnessesaary curly-braces in testcases
Diffstat (limited to 'tests/unixSelect.test')
-rw-r--r-- | tests/unixSelect.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixSelect.test b/tests/unixSelect.test index a702587..d3da806 100644 --- a/tests/unixSelect.test +++ b/tests/unixSelect.test @@ -121,7 +121,7 @@ test unixSelect-1.1 {TkSelGetSelection procedure: simple i18n text} -constraints } -cleanup { cleanupbg destroy .e -} -result {4} +} -result 4 test unixSelect-1.2 {TkSelGetSelection procedure: simple i18n text, iso8859-1} -constraints { x11 @@ -331,7 +331,7 @@ test unixSelect-1.13 {TkSelGetSelection procedure: simple i18n text, utf-8} -con } -cleanup { destroy .e cleanupbg -} -result {5} +} -result 5 test unixSelect-1.14 {TkSelGetSelection procedure: simple i18n text, utf-8} -constraints { x11 |