mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed test ShouldFail cases
This commit is contained in:
parent
a9872fcbac
commit
6c0b329d57
4 changed files with 38 additions and 12 deletions
|
@ -1015,6 +1015,7 @@ public:
|
|||
}
|
||||
|
||||
void ReplaceLargerHelper(const StringView& find, const StringView& replace);
|
||||
void Replace(char find, char replace);
|
||||
void Replace(const StringView& find, const StringView& replace);
|
||||
void TrimEnd();
|
||||
void TrimStart();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue