mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
Remove testCharsReplacerHandlesEscapedHex()
This commit is contained in:
@@ -88,12 +88,4 @@ public final class ReplacerUnitTester {
|
|||||||
assertEquals(text, Values.CHARS_REPLACER.apply(text, null, Values.PLACEHOLDERS::get));
|
assertEquals(text, Values.CHARS_REPLACER.apply(text, null, Values.PLACEHOLDERS::get));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
void testCharsReplacerHandlesEscapedHex() {
|
|
||||||
final String text = "\\&xffffffThis should not change.";
|
|
||||||
|
|
||||||
assertEquals(text.substring(1),
|
|
||||||
Values.CHARS_REPLACER.apply(text, null, Values.PLACEHOLDERS::get));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user