Renamed EncodeJS to EncodeJs
This commit is contained in:
parent
bc349da8e1
commit
09a81509ff
5 changed files with 7 additions and 7 deletions
|
@ -45,8 +45,8 @@ class TestEncode {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testEncodeJS() {
|
||||
var t = TemplateFactory.TXT.get("encodeJS");
|
||||
void testEncodeJs() {
|
||||
var t = TemplateFactory.TXT.get("encodeJs");
|
||||
t.setAttribute(TestCase.FOO, "'\"\\/");
|
||||
assertThat(t.getContent()).isEqualTo("\\'\\\"\\\\\\/");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue