This commit is contained in:
Kacper Koza 2019-04-06 20:55:22 +02:00
parent 6fe5f008a7
commit fdabb28dd5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import static com.baeldung.kotlin.Strings.*;
public class StringUtilTest {
@Test
public void shouldSwapTwoElementsInList() {
public void shouldEscapeXmlTagsInString() {
String xml = "<a>hi</a>";
String escapedXml = escapeForXml(xml);