aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_content_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/directivesRafael G. Martins2016-01-301-5/+17
|\
| * content-parser: encode html entities found in code blocks (fixes #3)Rafael G. Martins2016-01-221-4/+16
| |
| * fixed copyrightRafael G. Martins2016-01-081-1/+1
| |
| * Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-1/+1
| | | | | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
| * build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-1/+1
| | | | | | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
| * content-parser: random parser fixesRafael G. Martins2015-11-041-4/+30
| |
* | directives: content-parser: added blogc_directive_ctx_tRafael G. Martins2015-11-151-8/+10
| |
* | content-parser: fixed multiple directive calls in same sourceRafael G. Martins2015-11-151-0/+319
| |
* | Revert "Revert "content-parser: allow directive params with variable prefix""Rafael G. Martins2015-11-041-5/+42
| | | | | | | | This reverts commit 37850db5081e26a26f05d062497811b864953778.
* | Revert "Revert "content-parser: fix memory leak in gcc""Rafael G. Martins2015-11-041-3/+5
| | | | | | | | This reverts commit 13ce0cdba95a857410208282ea5d0bb13ee1baec.
* | Revert "Revert "content-parser: added basic rst-like directives support""Rafael G. Martins2015-11-041-4/+616
|/ | | | This reverts commit 43bb8973e683743e780895f99f46364c7d85457f.
* Revert "content-parser: added basic rst-like directives support"Rafael G. Martins2015-11-041-616/+4
| | | | This reverts commit 1faa52052624e7c03256df0c63c43f5d40ddb57a.
* Revert "content-parser: fix memory leak in gcc"Rafael G. Martins2015-11-041-5/+3
| | | | This reverts commit 8c5ad9b304fd405380501f5acd1f7c809a1a2746.
* Revert "content-parser: allow directive params with variable prefix"Rafael G. Martins2015-11-041-42/+5
| | | | This reverts commit d29c85ef1751cb46c579b3292f676605d9f86951.
* 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
| | | | | | | | | | | this patch adds support to something similar to reStructuredText directives [1]. the directive loader isn't implemented yet. also, the current implementation is stricter and differs a lot from the reStructuredText spec. documentation pending. this patch also fixes a few old parser bugs. [1] http://docutils.sourceforge.net/docs/ref/rst/directives.html
* 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-121-17/+45
| | | | the id is a slugified version of the (unparsed) header content.
* 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-131-45/+165
|
* content-parser: added "automatic" linksRafael G. Martins2015-06-101-2/+33
|
* content-parser: fixed inline parserRafael G. Martins2015-05-291-4/+66
|
* content-parser: random fixes and more tests for inline content parserRafael G. Martins2015-05-271-0/+200
|
* content-parser: random fixes, more testsRafael G. Martins2015-05-271-0/+144
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* content-parser: more testsRafael G. Martins2015-05-191-0/+126
|
* content-parser: fix and test horizontal rulesRafael G. Martins2015-05-181-0/+59
|
* content-parser: implemented line breaksRafael G. Martins2015-05-121-2/+2
|
* content-parser: more random stuffRafael G. Martins2015-05-071-91/+50
|
* content-parser: lots of random stuffRafael G. Martins2015-05-071-2/+8
|
* content-parser: actually use inline parserRafael G. Martins2015-05-061-1/+1
|
* content-parsed: started inline parserRafael G. Martins2015-05-061-2/+18
|
* content-parser: minor fixes. added testsRafael G. Martins2015-05-041-0/+231
|
* content-parser: implemented more block elementsRafael G. Martins2015-05-041-0/+16
|
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-041-0/+90