%-- eslint-begin --%>
<%-- JSP Comments are ignored --%>
/* This is a comment */
function foo(b) {
var a = <%-- jsp-result:{} --%>;
a.ref = b;
a.value = ${foobar} /* jsp-result:'short' */;
a.result = 7; // seven is the perfect number
a.result = 42;
return a;
}
foo(22);
<%-- eslint-end --%>