boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
112 stars 105 forks source link

Migrate string manipulation tests from commons-lang to boost #115

Open testmigrator opened 1 year ago

testmigrator commented 1 year ago

This pull request migrates a set of string manipulation tests from commons-lang to boost. The tests cover functions such as starts_with, trim, contains, join, replace_all_copy, among others. These tests have been successfully ported to boost and can be used to validate string manipulation functions in C++ applications.

testmigrator commented 1 year ago

I kindly request the author to consider and accept the converted unit tests, which have been thoroughly compiled and verified.

nigels-com commented 1 year ago

Looks good.

testmigrator commented 1 year ago

These unit test cases have completed the validation of basic functionalities and have all passed compilation and execution. I genuinely hope that you accept these test cases on the develop branch~

testmigrator commented 1 year ago

Looks good.

Your support is the source of motivation for my work, so I sincerely hope that you can consider it~