582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
|
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
|
-
+
-
-
+
+
-
+
|
} d
test util-9.2.1 {TclGetIntForIndex} -body {
string index abcd { end}
} -returnCodes error -match glob -result *
test util-9.2.2 {TclGetIntForIndex} -body {
string index abcd {end }
} -returnCodes error -match glob -result *
test util-9.3 {TclGetIntForIndex} {
test util-9.3 {TclGetIntForIndex} -body {
# Deprecated
string index abcd en
} d
test util-9.4 {TclGetIntForIndex} {
} -returnCodes error -match glob -result *
test util-9.4 {TclGetIntForIndex} -body {
# Deprecated
string index abcd e
} d
} -returnCodes error -match glob -result *
test util-9.5.0 {TclGetIntForIndex} {
string index abcd end-1
} c
test util-9.5.1 {TclGetIntForIndex} {
string index abcd {end-1 }
} c
test util-9.5.2 {TclGetIntForIndex} -body {
|