This commit is contained in:
Branimir Karadžić
2018-11-11 16:48:46 -08:00
parent c91ef5c12f
commit 43f530b4ec
4 changed files with 27 additions and 9 deletions

View File

@@ -464,6 +464,5 @@ TEST_CASE("strFindBlock", "")
const bx::StringView test1(test0, 1);
bx::StringView result = bx::strFindBlock(test1, '{', '}');
printf("%.*s", result.getLength(), result.getPtr() );
REQUIRE(19 == result.getLength() );
}