diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-25 13:42:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-25 13:42:11 (GMT) |
commit | 2c327304a1fe9e05367e2845d7a53d7807325473 (patch) | |
tree | f52ff2b3681c317f970cc66b9656a920deaf0c2b /tests/basic.test | |
parent | 261bde3156d50771907d0e386439fd241874b9eb (diff) | |
parent | 13f90df6597eb8749645582c67de29865ea50950 (diff) | |
download | tcl-2c327304a1fe9e05367e2845d7a53d7807325473.zip tcl-2c327304a1fe9e05367e2845d7a53d7807325473.tar.gz tcl-2c327304a1fe9e05367e2845d7a53d7807325473.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/basic.test')
-rw-r--r-- | tests/basic.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.test b/tests/basic.test index 4561667..428fd93 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -964,7 +964,7 @@ test basic-48.24.$noComp {expansion: empty not canonical list, regression test, run {list [list {*}{ }] [list {*}[format %c 32]] [list {*}[set a { }]]} } -result [lrepeat 3 {}] -cleanup {unset -nocomplain a} -test basic-48.25.$noComp {Bug cc191552c: expansion: empty non-canonical list} -setup { +test basic-48.25.$noComp {Bug cc191552c: expansion: empty non-canonical list} -constraints $constraints -setup { unset -nocomplain ::CRLF set ::CRLF "\r\n" } -body { |