mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
distinquish assertions by fruit names
This commit is contained in:
parent
62d3620a16
commit
83be25ec82
16
Utility.cpp
16
Utility.cpp
@ -503,14 +503,14 @@ TestUtility::TestUtility() {
|
||||
|
||||
testReplaceAll(L"***water_dragon***", L"***", L"", L"water_dragon");
|
||||
testReplaceAll(L"***water_dragon***", L"", L"***", L"***water_dragon***"); // do nothing
|
||||
testLTrim("pear ", "pear");
|
||||
testLTrim(" pear ", "pear ");
|
||||
testRTrim(" pear ", " pear");
|
||||
testRTrim("pear ", "pear");
|
||||
testTrim(" pear ", "pear");
|
||||
testTrim("pear ", "pear");
|
||||
testTrim(" pear", "pear");
|
||||
testTrim("pear ", "pear");
|
||||
testLTrim("apple ", "apple");
|
||||
testLTrim(" banana ", "banana ");
|
||||
testRTrim(" cantelope ", " cantelope");
|
||||
testRTrim("dragon fruit ", "dragon fruit");
|
||||
testTrim(" elderberry ", "elderberry");
|
||||
testTrim("fig ", "fig");
|
||||
testTrim(" grape", "grape");
|
||||
testTrim("horned melon ", "horned melon");
|
||||
std::cerr << "OK" << std::endl;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user