mojombo / mustache.erl

Mustache template engine for Erlang.
MIT License
239 stars 59 forks source link

mustache fails on $\\ constructs #1

Closed etnt closed 10 years ago

etnt commented 14 years ago

I wanted to add the rfc4627.erl (json module from LShift) to my rebar templates, but mustache is crashing b/c of some $\ constucts in that source code. Ugly work around was to replace them with 92 ...

pusewicz commented 11 years ago

@etnt Ping! It's only 3 years old. Still the issue?