mde / ejs

Embedded JavaScript templates -- http://ejs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unexpected token (60:35) in ejs

kali64amd opened this issue · comments

I'm getting error in this and I'm clueless...

var REGEX_STRING = '(<%%|%%>|<%=|<%-|<%|<%#|<%|%>|-%>|_%>)';

That's the regex used to parse the template into code/literals. You'll need to give a little more context for anyone to be able to help.