mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed StringView ctor/set argument default values.
This commit is contained in:
@@ -584,7 +584,7 @@ TEST_CASE("strWord", "")
|
||||
TEST_CASE("strFindBlock", "")
|
||||
{
|
||||
const bx::StringView test0("{ { {} {} abvgd; {} } }");
|
||||
const bx::StringView test1(test0, 1);
|
||||
const bx::StringView test1(test0, 1, INT32_MAX);
|
||||
|
||||
bx::StringView result = bx::strFindBlock(test1, '{', '}');
|
||||
REQUIRE(19 == result.getLength() );
|
||||
|
||||
Reference in New Issue
Block a user