samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
828 stars 129 forks source link

Fix indentation with section segments #154

Closed agentgt closed 7 months ago

agentgt commented 7 months ago

I fixed several problems with indentation and blocks (spec calls these sections). I confirmed that Wontache (spec playground implementation) produced the same output.

samskivert commented 7 months ago

Thanks! You can rebase 155 now and I'll merge that one as well.