Added more tests
This commit is contained in:
parent
1aa2bc2681
commit
05c1bd3f2a
7 changed files with 121 additions and 52 deletions
|
@ -42,6 +42,6 @@ public class EncodeJs implements ValueRenderer {
|
|||
*/
|
||||
@Override
|
||||
public String render(Template template, String valueId, String differentiator) {
|
||||
return RenderUtils.encodeJS(template.getValueOrAttribute(differentiator));
|
||||
return RenderUtils.encodeJs(template.getValueOrAttribute(differentiator));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue