aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAge
* Fixed a bug with TMPL_IF not working as variable checkAlexander Pickering2018-01-07
| | | | | Fixed a bug where the <TMPL_IF> tag was not correctly checking if a variable exists if it does not have a "testval" attribute.
* Started writing unit testsAlexander Pickering2018-01-05
Added some tests for good input. Also fixed a bug where an empty loop would crash.