Add more test data for str.Replace(char, char) (dotnet/corefx#42521)
authorGanbarukamo41 <ganbarukamo@gmail.com>
Wed, 13 Nov 2019 01:02:51 +0000 (10:02 +0900)
committerStephen Toub <stoub@microsoft.com>
Wed, 13 Nov 2019 01:02:51 +0000 (20:02 -0500)
commit65e498fd99bef16de75b7840c6131aaa59b86608
tree54d64db40cf5c802543de5eb6e0fbeda93ce4a18
parent520e168dc86093ac3623992b463aca9bf2f3794c
Add more test data for str.Replace(char, char) (dotnet/corefx#42521)

* Add more test data for str.Replace(char, char)

* Add longer strings to verify correctness of vectorised implementation

* Add more test cases for coverage

* Add more test cases for coverage

* Fix test data

* Add test data for different Vector<T> counts

Commit migrated from https://github.com/dotnet/corefx/commit/c43fae9412ed389f20badfa3ed51d5a42251dba2
src/libraries/Common/tests/Tests/System/StringTests.cs