Operators with std::string
[libacl.git] / test / superstring_basics.exp
1  ss0 is empty.
2  ss0 is empty.
3  ss1 is not empty.
4  ss1 is not empty.
5 The length of ss2 is 5
6 First string of ss1 is "abcde"
7 SuperString exception: vector::_M_range_check: __n (which is 3) >= this->size() (which is 1)
8 ss3[0] = abc
9 ss3[1] = def
10 ss3[2] = 
11 ss3[3] = xyz
12 PASS superstring_basics (exit status: 0)