aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* added renderer testsRafael G. Martins2015-04-231-0/+235
|
* source parse: improved, added testsRafael G. Martins2015-04-212-1/+154
|
* 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.
* build: mark tests as disabled by defaultRafael G. Martins2015-04-191-0/+3
|
* error: added testsRafael G. Martins2015-04-194-0/+68
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+58
|
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-191-0/+34
|
* remove specific type used to store sourcesRafael G. Martins2015-04-191-12/+12
|
* fix testRafael G. Martins2015-04-191-2/+2
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-182-4/+14
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-172-145/+222
| | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though.
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-172-5/+55
|
* added source testRafael G. Martins2015-04-161-0/+25
|
* added source grammarRafael G. Martins2015-04-151-0/+49
|
* added template grammarRafael G. Martins2015-04-151-0/+98
|
* initial structureRafael G. Martins2015-04-151-0/+790