Commit ba753cdf by Szeberényi Imre

size fix

parent 4dac52e7
......@@ -72,7 +72,7 @@ int main() {
EXPECT_STREQ("korte", split.get()[2].c_str());
EXPECT_EQ(3u, split.get().size());
runstr(split, "szilva");
EXPECT_EQ(3u, split.get().size());
EXPECT_EQ(4u, split.get().size());
split(';');
EXPECT_STREQ("szilva", split.get()[3].c_str());
} END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment