New tests for UTC parser and UTC formatting
[ACL.git] / test / string_basics.exp
index cc4d34a..f511adf 100644 (file)
@@ -6,7 +6,7 @@ The default contructor makes an empty string: ""
 The length of "abcde" is 5
 First character of abcde 'a'
 Fourth character of abcde 'd'
-String exception: Out of bounds: -1
+String exception: Out of bounds: 7
 After "abcde"[2] = 'Z' : abZde
 String exception: Out of bounds: 5
 After "abcde"[5] = 'X' : abZde