| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
| |
Fixed tests to use the new apis
|
| |
|
|
| |
Fixed a bug where rendering a template multiple times would fail.
|
| | |
|
| |
|
|
|
|
| |
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 test case to the test file.
|
| |
|
|
| |
Added a few more tests.
|
| |
|
|
|
| |
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 where the <TMPL_IF> tag was not correctly checking if a
variable exists if it does not have a "testval" attribute.
|
|
|
Added some tests for good input.
Also fixed a bug where an empty loop would crash.
|