XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Fixes and Tests for #105 #106

Closed majortom731 closed 9 years ago

majortom731 commented 9 years ago

updated if and unless helpers so that if the $arg is wrapped in quotes or double quotes, it's unwrapped and then interpreted as is, instead of trying to look up any non-numeric value in the $context.

fzerorubigd commented 9 years ago

@JustBlackBird what is your idea? It seems to be correct, and I already test (and fix the phpcs problem) in my fork.