aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* renderer: added support to truncate variables.Rafael G. Martins2016-05-301-0/+28
* content-parser: encode HTML entities in DESCRIPTION variableRafael G. Martins2016-05-241-0/+3
* content-parser: fixed DESCRIPTION variable.Rafael G. Martins2016-05-231-5/+50
* content-parser: do not use paragraphs inside blockquote for DESCRIPTIONRafael G. Martins2016-05-221-4/+4
* remove squareball for goodRafael G. Martins2016-04-276-6/+6
* moved squareball back to blogc source tree.Rafael G. Martins2016-04-272-1/+960
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-276-321/+321
* Revert "error: removed uneeded tests"Rafael G. Martins2016-04-271-0/+24
* content-parser: extract post description from contentRafael G. Martins2016-04-203-94/+367
* content-parser: do not convert -- and --- to &ndash and &mdash inside codeRafael G. Martins2016-04-171-0/+31
* error: removed uneeded testsRafael G. Martins2016-03-131-24/+0
* *: use squareball error infrastructureRafael G. Martins2016-03-136-321/+321
* 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