aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* content-parser: fixed em/en-dash logicRafael G. Martins2016-03-051-8/+8
* content-parser: fixed a bug in previous patchRafael G. Martins2016-03-051-4/+4
* content-parser: convert -- and --- to &ndash and &mdashRafael G. Martins2016-03-051-6/+26
* build: replace src/utils with squareballRafael G. Martins2016-02-267-1408/+529
* man: tests: minor documentation fix and more test coverageRafael G. Martins2016-02-211-0/+9
* content-parser: added more testsRafael G. Martins2016-02-211-0/+15
* content-parser: added more testsRafael G. Martins2016-02-211-0/+12
* content-parser: fixed parser bug when handling linksRafael G. Martins2016-02-211-0/+12
* content-parser: fixed bug that parsed text with '!' + link as imageRafael G. Martins2016-02-131-0/+14
* renderer: fix bug when 'if' evals to false after 'if' evals to trueRafael G. Martins2016-01-251-0/+32
* content-parser: encode html entities found in code blocks (fixes #3)Rafael G. Martins2016-01-221-4/+16
* template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-142-14/+89
* fixed copyrightRafael G. Martins2016-01-088-8/+8
* renderer: handle FOREACH_ITEM as a normal variableRafael G. Martins2016-01-081-4/+52
* renderer: improved foreach testsRafael G. Martins2016-01-041-2/+8
* loader: parse tags as space-separated stringRafael G. Martins2015-12-291-2/+2
* renderer: foreach variables should be splitted in spaces rather than commasRafael G. Martins2015-12-291-5/+5
* template-parser: do not accept variables startins with numbers and _Rafael G. Martins2015-12-291-1/+73
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-292-9/+182
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-237-488/+1312
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-237-1312/+488
* content-parser: random parser fixesRafael G. Martins2015-11-041-4/+30
* Revert "content-parser: added basic rst-like directives support"Rafael G. Martins2015-11-041-616/+4
* Revert "content-parser: fix memory leak in gcc"Rafael G. Martins2015-11-041-5/+3
* Revert "content-parser: allow directive params with variable prefix"Rafael G. Martins2015-11-041-42/+5
* content-parser: allow directive params with variable prefixRafael G. Martins2015-11-031-5/+42
* content-parser: fix memory leak in gccRafael G. Martins2015-11-021-3/+5
* content-parser: added basic rst-like directives supportRafael G. Martins2015-11-021-4/+616
* renderer: improved support for comparision between varsRafael G. Martins2015-10-281-0/+54
* Allow {% if VALUE1 == VALUE2 %}, with two definesPalmer Dabbelt2015-10-261-3/+3
* datetime-parser: improve error handlingRafael G. Martins2015-10-241-39/+39
* datetime-parser: fixed strptime error handlingRafael G. Martins2015-10-241-0/+45
* datetime-parser: initial implementation. not used yetRafael G. Martins2015-10-241-0/+631
* error: improved error reporting for parsersRafael G. Martins2015-10-243-27/+78
* error: added missing test for crlfRafael G. Martins2015-10-231-0/+13
* tempalte-parser: added tests with \r\n line endingsRafael G. Martins2015-10-221-0/+71
* source-parser: handle \r\n line endings properlyRafael G. Martins2015-10-221-0/+32
* content-parser: handle \r\n line endings properlyRafael G. Martins2015-10-221-2/+500
* content-parser: added missing testRafael G. Martins2015-10-121-1/+3
* content-parser: added id attributes to headersRafael G. Martins2015-10-122-23/+51
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-0/+30
* source-parser: fixed error messageRafael G. Martins2015-09-191-1/+1
* source-parser: forbid BLOGC_VERSION variable in source filesRafael G. Martins2015-08-141-0/+18
* content-parser: implemented multiline support for listsRafael G. Martins2015-08-131-7/+89
* content-parser: fixed start_state bug.Rafael G. Martins2015-07-091-2/+2
* content-parser: fixed bug when using inline delim in link titleRafael G. Martins2015-07-041-0/+8
* tests: test functions must be marked as staticRafael G. Martins2015-06-131-22/+22
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-133-48/+219
* Revert "added content excerpt support"Rafael G. Martins2015-06-122-85/+6
* added content excerpt supportRafael G. Martins2015-06-112-6/+85