mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -378,4 +378,7 @@ TEST_CASE("Trim", "")
|
||||
REQUIRE(0 == bx::strCmp(bx::strTrim("abvgd", "da"), "bvg") );
|
||||
REQUIRE(0 == bx::strCmp(bx::strTrim("<1389>", "<>"), "1389") );
|
||||
REQUIRE(0 == bx::strCmp(bx::strTrim("/555333/podmac/", "/"), "555333/podmac") );
|
||||
|
||||
REQUIRE(0 == bx::strCmp(bx::strTrim("abvgd", ""), "abvgd") );
|
||||
REQUIRE(0 == bx::strCmp(bx::strTrim(" \t a b\tv g d \t ", " \t"), "a b\tv g d") );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user