alexeyrybak/blitz

Issue with OR operations

Closed this issue · 1 comments

$T = new Blitz();
$T->load("{{IF a || b}}a or b{{ELSE}}NOT a or b{{END}}");
$T->display(['a' => true]);

Fails! It should return 'a or b' but returns 'NOT a or b'. Fixed in PR #29

fixed in 0.9.1