Added links to wiki for EncodeHtmlEntities, EncodeUnicode and EncodeUrl
This commit is contained in:
parent
ea941d2200
commit
2297011feb
5 changed files with 14 additions and 23 deletions
|
@ -58,13 +58,6 @@ class TestEncode {
|
|||
assertThat(t.getContent()).isEqualTo("{\n \"foo\": \"This is a \\\"\\u2022test\\\"\"\n}");
|
||||
}
|
||||
|
||||
@Test
|
||||
void testEncodeQp() {
|
||||
var t = TemplateFactory.TXT.get("encodeQp");
|
||||
t.setAttribute(TestCase.FOO, TestCase.SAMPLE_TEXT + "\nAnd one more test for =A0.");
|
||||
assertThat(t.getContent()).isEqualTo("This=20is=20a=20test=2E=0AAnd=20one=20more=20test=20for=20=3DA0=2E");
|
||||
}
|
||||
|
||||
@Test
|
||||
void testEncodeRot13() {
|
||||
var t = TemplateFactory.TXT.get("rot13");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue