- Timestamp:
- Jan 14, 2011 2:24:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp
r35567 r35568 252 252 CHECK_EQUAL(strTest.substrCP(15, 1), ""); 253 253 254 /* and check cooperation with find() */ 255 size_t pos = strTest.find("ß"); 256 CHECK_EQUAL(strTest.substr(pos), "ßäbcdef"); 257 254 258 /* special constructor and assignment arguments */ 255 259 iprt::MiniString StrCtor1("");
Note:
See TracChangeset
for help on using the changeset viewer.