From 915b484ffb68f49792f8d898438c2cbc1bd0370b Mon Sep 17 00:00:00 2001 From: sebres Date: Wed, 27 Mar 2024 20:09:48 +0000 Subject: tests renumeration --- tests/string.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/string.test b/tests/string.test index f7dae97..e03622d 100644 --- a/tests/string.test +++ b/tests/string.test @@ -354,27 +354,27 @@ test string-3.43.$noComp {string equal, big -length} { test string-3.44.$noComp {string equal, bigger -length} -body { run {string equal -length 18446744073709551616 abc def} } -returnCodes 1 -result {integer value too large to represent} -test string-3.45.$noComp {string equal empty string against byte array} { +test string-3.45a.$noComp {string equal empty string against byte array} { # Bug edb4b065f4 run {string equal "" [binary decode hex 00]} } 0 -test string-3.45.$noComp {string equal -length empty string against byte array} { +test string-3.45b.$noComp {string equal -length empty string against byte array} { # Bug edb4b065f4 run {string equal -length 1 "" [binary decode hex 00]} } 0 -test string-3.45.$noComp {string equal -nocase empty string against byte array} { +test string-3.45c.$noComp {string equal -nocase empty string against byte array} { # Bug edb4b065f4 run {string equal -nocase "" [binary decode hex 00]} } 0 -test string-3.45.$noComp {string equal empty string against byte array} { +test string-3.45d.$noComp {string equal empty string against byte array} { # Bug edb4b065f4 run {string equal [binary decode hex 00] ""} } 0 -test string-3.45.$noComp {string equal -length empty string against byte array} { +test string-3.45e.$noComp {string equal -length empty string against byte array} { # Bug edb4b065f4 run {string equal -length 1 [binary decode hex 00] ""} } 0 -test string-3.45.$noComp {string equal -nocase empty string against byte array} { +test string-3.45f.$noComp {string equal -nocase empty string against byte array} { # Bug edb4b065f4 run {string equal -nocase [binary decode hex 00] ""} } 0 -- cgit v0.12