Skip to content

Commit 1062816

Browse files
committed
#165-Test CppStringT::rpartition() with char and wchar_t
Completed. Validated.
1 parent 96f452c commit 1062816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-strings-tests/cpp-strings-tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ namespace cppstringstests
23142314
wres = L""cs.rpartition(L"A");
23152315
Assert::AreEqual(L"", wres[0].c_str());
23162316
Assert::AreEqual(L"", wres[1].c_str());
2317-
Assert::AreEqual(L"", wres[2].c_str());
2317+
Assert::AreEqual(L"", wres[2].c_str());
23182318
}
23192319

23202320
};

0 commit comments

Comments
 (0)