aboutsummaryrefslogtreecommitdiff
path: root/t/test_3.c
Commit message (Collapse)AuthorAge
* Fixed testsAlexander Pickering2019-11-25
| | | | Fixed tests to use the new apis
* Fixed empty loop causeing infinite loopAlexander Pickering2019-11-21
If a loop was defined in the template, but no loop was defined in the varlist, render() would infinite loop while trying to execute. Fixs that.