tdammers / ginger

A Haskell implementation of the Jinja template language.
MIT License
77 stars 13 forks source link

Accept capitalized versions of `true` and `false` literals. Fix #29 #30

Closed wchresta closed 6 years ago

wchresta commented 6 years ago

Fixes #29 by adding two cases for capitalised booleans.

tdammers commented 6 years ago

Perfect, thanks!