BAEL
This commit is contained in:
parent
6fe5f008a7
commit
fdabb28dd5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue