diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-17 13:02:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-17 13:02:38 (GMT) |
commit | fa67ca104bc9a12cb7f2bb3db1ff7930c6de4915 (patch) | |
tree | fdbaa765796ce4fa1049070050a426fbd53ebaa4 /tests/basic.test | |
parent | 1ff9f7ba97eccee4788c69f811fd3925df40cd53 (diff) | |
parent | f2f4614f5cd6f0493ed0e46688b28017c8fc93b9 (diff) | |
download | tcl-fa67ca104bc9a12cb7f2bb3db1ff7930c6de4915.zip tcl-fa67ca104bc9a12cb7f2bb3db1ff7930c6de4915.tar.gz tcl-fa67ca104bc9a12cb7f2bb3db1ff7930c6de4915.tar.bz2 |
Merge 8.6
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 { |