Skip to content

Commit 9e3cde0

Browse files
committed
Added test case for replace all
1 parent 4eb3b53 commit 9e3cde0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit-tests.wsjcpp/src/unit_test_replace_all.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ void UnitTestReplaceAll::executeTest() {
3838
std::vector<LTest> tests;
3939
tests.push_back(LTest("Some long string", "o", "00", "S00me l00ng string"));
4040
tests.push_back(LTest("S00me l00ng string", "00", "o", "Some long string"));
41+
tests.push_back(LTest("dddng.string", ".", "_", "dddng_string"));
4142

4243
for (int i = 0; i < tests.size(); i++) {
4344
LTest test = tests[i];

0 commit comments

Comments
 (0)