aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* content-parser: added ast for content blocks. pending inline and testsfeature/content-parser-astRafael G. Martins2016-07-161-20/+33
* *: fixed includesRafael G. Martins2016-07-079-39/+9
* template-parser: fixed block scopeRafael G. Martins2016-07-071-6/+148
* renderer: utils: fixed memory bugs found by clang static analyzerRafael G. Martins2016-07-051-0/+1
* utf8: fix testRafael G. Martins2016-07-041-1/+1
* utf8: fix test data typeRafael G. Martins2016-07-041-3/+3
* utf8: skip BOM, if foundRafael G. Martins2016-07-041-1/+21
* blogc: added utf8 validationRafael G. Martins2016-07-031-0/+83
* template-parser: minor fixRafael G. Martins2016-07-031-1/+1
* Revert "error: improved parser error reporting"Rafael G. Martins2016-07-033-132/+61
* error: improved parser error reportingRafael G. Martins2016-07-033-61/+132
* template-parser: fixed error messageRafael G. Martins2016-07-031-1/+1
* template-parser: renderer: implemented 'else' support in templatesRafael G. Martins2016-07-032-9/+330
* content-parser: fixed testsRafael G. Martins2016-06-291-6/+6
* content-parser: added more line break testsRafael G. Martins2016-06-291-0/+8
* content-parser: rewrote inline parser.Rafael G. Martins2016-06-292-34/+161
* 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