summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-30 13:27:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-30 13:27:52 (GMT)
commitfe3b77ca9908a6186fe26220b0cbd0f1891a9abe (patch)
tree26698b0ef5c437526bbf0b1f88222dd4a0275d2a /tests/basic.test
parent399af39420ceae6abb75d2027a70c428fc42d1af (diff)
downloadtcl-fe3b77ca9908a6186fe26220b0cbd0f1891a9abe.zip
tcl-fe3b77ca9908a6186fe26220b0cbd0f1891a9abe.tar.gz
tcl-fe3b77ca9908a6186fe26220b0cbd0f1891a9abe.tar.bz2
Add "{}" around many "expr" commands in testcases. Also in doc/expr.n
Diffstat (limited to 'tests/basic.test')
-rw-r--r--tests/basic.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.test b/tests/basic.test
index 6f8d350..bf2b08f 100644
--- a/tests/basic.test
+++ b/tests/basic.test
@@ -674,7 +674,7 @@ proc l3 {} {
# Do all tests once byte compiled and once with direct string evaluation
for {set noComp 0} {$noComp <= 1} {incr noComp} {
-if $noComp {
+if {$noComp} {
interp alias {} run {} testevalex
set constraints testevalex
} else {