XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Added ability to test numeric constants to internal 'if'-helper #55

Closed majortom731 closed 10 years ago

majortom731 commented 10 years ago

Changed the internal 'if' helper such that it can test not only paths and/or variable names, but also numeric constants.

This will be helpful for subexpressions later, when testing numeric subexpressions return values,

eg: {{#if (eq 0 (mod @index 3))}}

Also added a test for this.

majortom731 commented 10 years ago

Included in #56