Closed csshsh closed 12 years ago
In the documentation it says that <%= will escape the string, while <%- won't escape it. However after trying it and looking at this:
https://github.com/sstephenson/eco/blob/master/src/scanner.coffee#L73
It looks like it's actually the other way around. Bug? Outdated documentation?
Thanks!
Please ignore. Was caused by another library we use.
In the documentation it says that <%= will escape the string, while <%- won't escape it. However after trying it and looking at this:
https://github.com/sstephenson/eco/blob/master/src/scanner.coffee#L73
It looks like it's actually the other way around. Bug? Outdated documentation?
Thanks!