diff options
author | dgp <dgp@users.sourceforge.net> | 2018-03-10 14:37:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-03-10 14:37:36 (GMT) |
commit | 03b98c8f98ae269f3aa284a66986086c5dd2b0a5 (patch) | |
tree | 1bf8d29fbefb6bc7f9ee31924db5436b8c6d47a0 /tests/lsearch.test | |
parent | a0c9798d441e11d211ccb16654da916d4d455f48 (diff) | |
download | tcl-03b98c8f98ae269f3aa284a66986086c5dd2b0a5.zip tcl-03b98c8f98ae269f3aa284a66986086c5dd2b0a5.tar.gz tcl-03b98c8f98ae269f3aa284a66986086c5dd2b0a5.tar.bz2 |
rename tests to make room for new tests in 8.7
Diffstat (limited to 'tests/lsearch.test')
-rw-r--r-- | tests/lsearch.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lsearch.test b/tests/lsearch.test index d7f9414..5e8a1f8 100644 --- a/tests/lsearch.test +++ b/tests/lsearch.test @@ -478,10 +478,10 @@ test lsearch-19.4 {lsearch -subindices option} { test lsearch-19.5 {lsearch -subindices option} { lsearch -subindices -all -index {0 0} -exact {{{a c} {a b} {d a}} {{a c} {a b} {d a}}} a } {{0 0 0} {1 0 0}} -test lsearch-19.6 {lsearch -subindices option} { +test lsearch-19.7 {lsearch -subindices option} { lsearch -subindices -index end {{1 a}} a } {0 1} -test lsearch-19.7 {lsearch -subindices option} { +test lsearch-19.8 {lsearch -subindices option} { lsearch -subindices -all -index end {{1 a}} a } {{0 1}} |