aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_template_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* refactored blocksRafael G. Martins2015-04-211-18/+18
| | | | | | | | | - changed block names: - single_source -> entry - multiple_sources -> listing - multiple_sources_once -> listing_once - added -t cli option, to build listing pages, instead of guess it from the number of source files provided.
* error: added testsRafael G. Martins2015-04-191-0/+1
|
* fix testRafael G. Martins2015-04-191-2/+2
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-2/+7
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-0/+222
yay! no leg parser needed anymore. parsers still needs some work and error handling, though.