|
stc
|
Functions | |
| TEST_CASE ("Ensure splitting works with single characters", "[Feat][String]") | |
| TEST_CASE ("Ensure excessive limits don't interfere", "[Feat][String]") | |
| TEST_CASE ("Ensure the special-case charification works", "[Feat][String]") | |
| TEST_CASE ("Ensure multibyte splits work", "[Feat][String]") | |
| TEST_CASE ("Ensure limited multibyte splits work", "[Feat][String]") | |
| TEST_CASE ("Ensure edges don't affect anything", "[BugProne][String]") | |
| TEST_CASE ("Ensure edges don't affect anything when counts are involved", "[BugProne][String]") | |
| TEST_CASE ("Make sure single-character splits don't default to nullptr", "[Regression][String]") | |
| TEST_CASE ("Make sure replacing works", "[Feat]") | |
| TEST_CASE ("Ensure limited replacements work", "[Feat]") | |
| TEST_CASE ("Verify removeDuplicateWhitespace", "[Feat]") | |
| TEST_CASE | ( | "Ensure edges don't affect anything when counts are involved" | , |
| "" | [BugProne][String] | ||
| ) |
| TEST_CASE | ( | "Ensure edges don't affect anything" | , |
| "" | [BugProne][String] | ||
| ) |
| TEST_CASE | ( | "Ensure excessive limits don't interfere" | , |
| "" | [Feat][String] | ||
| ) |
| TEST_CASE | ( | "Ensure limited multibyte splits work" | , |
| "" | [Feat][String] | ||
| ) |
| TEST_CASE | ( | "Ensure limited replacements work" | , |
| "" | [Feat] | ||
| ) |
| TEST_CASE | ( | "Ensure multibyte splits work" | , |
| "" | [Feat][String] | ||
| ) |
| TEST_CASE | ( | "Ensure splitting works with single characters" | , |
| "" | [Feat][String] | ||
| ) |
| TEST_CASE | ( | "Ensure the special-case charification works" | , |
| "" | [Feat][String] | ||
| ) |
| TEST_CASE | ( | "Make sure replacing works" | , |
| "" | [Feat] | ||
| ) |
| TEST_CASE | ( | "Make sure single-character splits don't default to nullptr" | , |
| "" | [Regression][String] | ||
| ) |
| TEST_CASE | ( | "Verify removeDuplicateWhitespace" | , |
| "" | [Feat] | ||
| ) |