aboutsummaryrefslogtreecommitdiff
path: root/t/test_1.c
Commit message (Collapse)AuthorAge
* Modified includesAlexander M Pickering2021-12-17
|
* Fixed testsAlexander Pickering2019-11-25
| | | | Fixed tests to use the new apis
* BugfixAlexander Pickering2019-09-28
| | | | Fixed a bug where rendering a template multiple times would fail.
* Fixed test to use new template allocAlex Pickering2019-09-28
|
* Allow bstringify to accept a null sizeAlexander Pickering2018-12-05
| | | | | | Allow bstringify (and therefore TMPL_render()) to accept NULL as the size. When NULL is passed as the size, the size of the resulting string is not stored anywhere.
* Added another testAlexander Pickering2018-10-13
| | | | Added another test case to the test file.
* Added more testsAlexander Pickering2018-04-06
| | | | Added a few more tests.
* Fixed a bug with if/elseifAlexander Pickering2018-04-06
| | | | | Elseif now works exactly like if, where it will check for the existance of a variable if it does not have a value field.
* 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.