diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-07-18 15:23:13 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-07-18 15:23:13 (GMT) |
commit | 34288c7bfbceaa0b797c4332ecd3d42649827c63 (patch) | |
tree | 02eacf731f5f51572ae97f65c9d3c869338358c0 /tests/listRep.test | |
parent | d4470195f5fbdfee8e0275b3db694e94078f6a5a (diff) | |
download | tcl-34288c7bfbceaa0b797c4332ecd3d42649827c63.zip tcl-34288c7bfbceaa0b797c4332ecd3d42649827c63.tar.gz tcl-34288c7bfbceaa0b797c4332ecd3d42649827c63.tar.bz2 |
Batch of tests for unshared lists with span
Diffstat (limited to 'tests/listRep.test')
-rw-r--r-- | tests/listRep.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/listRep.test b/tests/listRep.test index 6f95dc2..5e79e7e 100644 --- a/tests/listRep.test +++ b/tests/listRep.test @@ -680,7 +680,7 @@ test listrep-3.14 { list $l [leadSpace $l] [tailSpace $l] [repStoreRefCount $l] } -result [list {0 1 2 3 4 5 6 8 9 10 7} 1 10 1] -# TBD - tests on spanned lists +# TBD - tests on shared spanned lists # TBD - tests when tcl-obj is shared but listrep is not (lappend, lset etc.) # TBD - range and subrange tests # - spanned and unspanned |