XaminProject / handlebars.php

Handlebars processor for php
331 stars 132 forks source link

Fix arguments parsing for "0" string #84

Closed JustBlackBird closed 10 years ago

JustBlackBird commented 10 years ago

At the moment arguments string which contains only one "zero" character ("0") is treated as an empty string and is not correctly parsed via Arguments class.

I've fixed this problem with the PR.