mirror of
https://github.com/opencv/opencv.git
synced 2025-01-22 09:36:59 +08:00
Merge pull request #2371 from ilya-lavrenov:typo
This commit is contained in:
commit
8754adc021
@ -55,7 +55,7 @@ TEST(Parse, ParseEmptyString)
|
|||||||
EXPECT_FALSE(ParseString(a, key, value));
|
EXPECT_FALSE(ParseString(a, key, value));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(Parse, ParseStringWithoutSeporator)
|
TEST(Parse, ParseStringWithoutSeparator)
|
||||||
{
|
{
|
||||||
string a = "qqqwww";
|
string a = "qqqwww";
|
||||||
string key;
|
string key;
|
||||||
|
Loading…
Reference in New Issue
Block a user