diff options
Diffstat (limited to 'tests/string.test')
| -rw-r--r-- | tests/string.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/string.test b/tests/string.test index 086e470..9a13f8c 100644 --- a/tests/string.test +++ b/tests/string.test @@ -193,6 +193,9 @@ test string-4.18 {string first, negative index} { test string-4.19 {string first, not found} { string first a bcd } -1 +test string-4.20 {string first, out of range} { + string first abc abc 1000000 +} -1 test string-5.1 {string index} { list [catch {string index} msg] |
