xxgreg / mustache

Mustache template Dart library
BSD 2-Clause "Simplified" License
57 stars 59 forks source link

ignore string containing equals fails #23

Closed mark1010 closed 8 years ago

mark1010 commented 8 years ago

works: {{! ignore me}}

fails: {{! ignore=me}}

process seems to hang in a continuous loop, no exception is thrown. mustache 0.2.3

xxgreg commented 8 years ago

Thanks for taking the time to report this ;)

I've pushed a fix for this in 0.2.4. Let me know if this fixes your problem.