Skip to content

Commit

Permalink
Remove change markers
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Apr 3, 2024
1 parent 8433a6f commit cc075b2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ public void testDoubleWildcardMatch() {
assertTrue(Regex.simpleMatch("fff*******ddd", "FffAbcdDd", true));
assertFalse(Regex.simpleMatch("fff*******ddd", "FffAbcdDd", false));
assertFalse(Regex.simpleMatch("fff******ddd", "fffabcdd"));
// <<<<<<< HEAD
assertFalse(Regex.simpleMatch("fff*******ddd", "FffAbcdDd", false));
// =======
// >>>>>>> origin/1.3
assertTrue(Regex.simpleMatch("abCDefGH******ddd", "abCDefGHddd", false));
assertTrue(Regex.simpleMatch("******", "a"));
assertTrue(Regex.simpleMatch("***WILDcard***", "aaaaaaaaWILDcardZZZZZZ", false));
Expand Down

0 comments on commit cc075b2

Please sign in to comment.