diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-26 15:45:12 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-26 15:45:12 (GMT) |
| commit | f227a5d1ff1c36d3bc5eca3f7378d5064d59d4eb (patch) | |
| tree | 51e5d62441f94c6364cd225e020d8fbd92651cb5 | |
| parent | fe4e51b427f92c365f51abc0691897af533b1498 (diff) | |
| download | tcl-f227a5d1ff1c36d3bc5eca3f7378d5064d59d4eb.zip tcl-f227a5d1ff1c36d3bc5eca3f7378d5064d59d4eb.tar.gz tcl-f227a5d1ff1c36d3bc5eca3f7378d5064d59d4eb.tar.bz2 | |
Test fix for [0f98bce669]
| -rw-r--r-- | tests/bigdata.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bigdata.test b/tests/bigdata.test index c02d8e3..a1ccd32 100644 --- a/tests/bigdata.test +++ b/tests/bigdata.test @@ -362,8 +362,8 @@ bigtestRO string-replace-bigdata-1 "string replace" {789012345 012345678 XYZ7890 set s [bigString 0x10000000a] } -cleanup { bigClean -} -constraints bug-ad9361fd20f0 -# TODO - once above bug is fixed, add tests for large result range: +} +# TODO - # - replacements string is large # - replace in the middle - string length grows, shrinks # - last < first |
