Merge remote-tracking branch 'runelite/master'

This commit is contained in:
Owain van Brakel
2020-11-17 04:46:44 +01:00
27 changed files with 195 additions and 106 deletions

View File

@@ -39,5 +39,6 @@ public class WildcardMatcherTest
assertFalse(matches("Abyssal whip", "Adamant dagger"));
assertTrue(matches("rune*", "Runeite Ore"));
assertTrue(matches("Abyssal whip", "Abyssal whip"));
assertTrue(matches("string $ with special character", "string $ with special character"));
}
}