aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_template_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-41/+25
|
* added global variable supportRafael G. Martins2015-04-271-102/+35
|
* template parser: added more testsRafael G. Martins2015-04-231-0/+406
|
* template parser: added "if not" supportRafael G. Martins2015-04-231-6/+15
|
* 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.