rip747 / Mustache.cfc

{{ mustache }} for ColdFusion
http://mustache.github.com/
MIT License
46 stars 22 forks source link

Changed renderLambda code so that it no longer uses evaluate() #9

Closed dswitzer closed 12 years ago

dswitzer commented 12 years ago

I re-wrote the renderLamba code to avoid using evaluate().

I also added a unit test for explicitly testing lamba's in a struct context--which is something that definitely could be used more in CF10.