diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-10 11:56:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-10 11:56:23 (GMT) |
commit | e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b (patch) | |
tree | 556090915c1e4fb7420fa462964788c31d0852d9 /tests/info.test | |
parent | c2480e69a5cb24601c36b41ef4d47cf59b0159b7 (diff) | |
download | tcl-e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b.zip tcl-e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b.tar.gz tcl-e8df4c5fe0ca8dfa8df81f1c61eb5e337d8ba62b.tar.bz2 |
Eliminate exess spacings in many test-cases
Diffstat (limited to 'tests/info.test')
-rw-r--r-- | tests/info.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/info.test b/tests/info.test index 3057dd2..60b9e66 100644 --- a/tests/info.test +++ b/tests/info.test @@ -2099,7 +2099,7 @@ proc foo::bar {} { foreach {*}{ x y {set res [info frame 0]} - } + } return $res } test info-33.13 {{*}, literal, simple, bytecompiled} -body { @@ -2114,7 +2114,7 @@ proc foo::bar {} { if {*}{ {[return [info frame 0]]} {} - } + } } test info-33.14 {{*}, literal, simple, bytecompiled} -body { reduce [foo::bar] @@ -2128,7 +2128,7 @@ proc foo::bar {} { if 0 {*}{ {} else {return [info frame 0]} - } + } } test info-33.15 {{*}, literal, simple, bytecompiled} -body { reduce [foo::bar] @@ -2229,7 +2229,7 @@ namespace eval foo {} proc foo::bar {} { try {*}{ {set res [info frame 0]} - } + } return $res } test info-33.23 {{*}, literal, simple, bytecompiled} -body { |