tokenizer : The token "a" shouldn't match the pattern "abc|def", added assertion to a test
but it's currently commented because it fails
This commit is contained in:
parent
a6b4cdb526
commit
bdea6bd152
|
@ -229,6 +229,7 @@ private:
|
||||||
ASSERT_EQUALS( -1, TOKEN::multiCompare( "one|two", "notfound" ) );
|
ASSERT_EQUALS( -1, TOKEN::multiCompare( "one|two", "notfound" ) );
|
||||||
ASSERT_EQUALS( -1, TOKEN::multiCompare( "verybig|two", "s" ) );
|
ASSERT_EQUALS( -1, TOKEN::multiCompare( "verybig|two", "s" ) );
|
||||||
ASSERT_EQUALS( -1, TOKEN::multiCompare( "one|two", "ne" ) );
|
ASSERT_EQUALS( -1, TOKEN::multiCompare( "one|two", "ne" ) );
|
||||||
|
// TODO ASSERT_EQUALS( -1, TOKEN::multiCompare( "abc|def", "a" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void match1()
|
void match1()
|
||||||
|
|
Loading…
Reference in New Issue