Rebased approvals

This commit is contained in:
Phil Nash
2019-05-18 20:53:28 +01:00
parent 3bce8ba14b
commit d30f1dda02
5 changed files with 34 additions and 7 deletions

View File

@@ -1004,6 +1004,7 @@ String.tests.cpp:<line number>: passed: ss.c_str() != rawChars for: "hello" != "
String.tests.cpp:<line number>: passed: isSubstring( ss ) == false for: false == false
String.tests.cpp:<line number>: passed: isOwned( ss ) for: true
String.tests.cpp:<line number>: passed: ss.currentData() != s.currentData() for: "hello" != "hello world!"
String.tests.cpp:<line number>: passed: isOwned(ss) == true for: true == true
String.tests.cpp:<line number>: passed: ss.size() == 6 for: 6 == 6
String.tests.cpp:<line number>: passed: std::strcmp( ss.c_str(), "world!" ) == 0 for: 0 == 0
String.tests.cpp:<line number>: passed: s.c_str() == s2.c_str() for: "hello world!" == "hello world!"