stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 223 forks source link

Fixed using spaces between loop variables #169

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

Though docs say that you can do for key, value in dict in fact it was failing parsing.

ilyapuchka commented 6 years ago

Solved in #178 in a more generic way