]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++/tests/tstring.exp
diagnostic.h (set_internal_error_function): Renamed.
[thirdparty/gcc.git] / libstdc++ / tests / tstring.exp
index 3333ab1231d3018052d30c0fabf49b1b1d737090..4526279b888a1c65d2ebe84e6e05fd55aade77ae 100644 (file)
@@ -5,6 +5,7 @@ A string initialized to (previous string, 1, 2):el
 A string initialized to @:@
 A string initialized to 20:20
 n = 20 atoi(n) = 20 atof(n) = 20
+is = Hello
 z = x + y = Helloworld
 x += y; x = Helloworld
 y.insert (0, x); y = Helloworld
@@ -15,6 +16,7 @@ ch = x[0] = H
 z = x.substr (2, 3) = llo
 x.replace (2, 2, r); x = Hero
 x.replace (0, 1, 'j'); x = jello
+x = jeHelloo
 enter a word:word =abcdefghijklmnopqrstuvwxyz length = 26
 
 End of test