mirror of
https://github.com/znc/znc.git
synced 2026-06-11 09:15:01 +02:00
Update test/StringTest.cpp
Co-authored-by: Alexey Sokolov <alexey+github@asokolov.org>
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ TEST(StringTest, Split) {
|
||||
EXPECT_EQ(CS("abc").Split("", vempty, true), 1u);
|
||||
EXPECT_EQ(vempty, VCString({"abc"}));
|
||||
EXPECT_EQ(CS("").Split("", vempty, false), 0u);
|
||||
EXPECT_TRUE(vempty.empty());
|
||||
EXPECT_THAT(vempty, IsEmpty());
|
||||
}
|
||||
|
||||
TEST(StringTest, NamedFormat) {
|
||||
|
||||
Reference in New Issue
Block a user