Lots of documentation.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -46,7 +46,7 @@ TEST_CASE("Literal stringview to non literal, then use", "[Utilities]") {
|
||||
REQUIRE(strcmp(val.c_str(), "foobar") == 0);
|
||||
}
|
||||
|
||||
TEST_CASE("Pipe stringview into strean", "[Utilities]") {
|
||||
TEST_CASE("Pipe stringview into stream", "[Utilities]") {
|
||||
std::stringstream ss;
|
||||
ArbUt::StringView val = "foo";
|
||||
ss << val;
|
||||
|
||||
Reference in New Issue
Block a user