go-org-orgwiki/org
Niklas Fasching 854f8e181a Improve fuzzing function
We not only want to prevent panics, we also want rendering org -> org to not
change the meaning of the file. One easy way to check that (for the
nodes that print to html) whether that holds is to compare the html output.
2018-12-20 15:52:51 +01:00
..
testdata Misc cleanup: SETUP_FILE -> SETUPFILE, empty example lines, ... 2018-12-20 15:43:16 +01:00
block.go Support blocks with unindented content 2018-12-19 00:28:53 +01:00
document.go Improve logging and error handling 2018-12-19 20:25:16 +01:00
document_test.go Refactor FrontMatter parsing to better fit hugo requirements 2018-12-19 19:34:04 +01:00
drawer.go Clean up regexps 2018-12-20 15:43:16 +01:00
example.go Misc cleanup: SETUP_FILE -> SETUPFILE, empty example lines, ... 2018-12-20 15:43:16 +01:00
footnote.go Clean up regexps 2018-12-20 15:43:16 +01:00
fuzz.go Improve fuzzing function 2018-12-20 15:52:51 +01:00
headline.go Refactor: Move todoKeywords into parseHeadline 2018-12-19 19:57:50 +01:00
html.go Improve logging and error handling 2018-12-19 20:25:16 +01:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_test.go Improve logging and error handling 2018-12-19 20:25:16 +01:00
inline.go Misc cleanup: SETUP_FILE -> SETUPFILE, empty example lines, ... 2018-12-20 15:43:16 +01:00
keyword.go Misc cleanup: SETUP_FILE -> SETUPFILE, empty example lines, ... 2018-12-20 15:43:16 +01:00
list.go Clean up regexps 2018-12-20 15:43:16 +01:00
org.go Misc cleanup: SETUP_FILE -> SETUPFILE, empty example lines, ... 2018-12-20 15:43:16 +01:00
org_test.go Improve logging and error handling 2018-12-19 20:25:16 +01:00
paragraph.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
table.go Fix headline tags, table pretty printing and multiline links 2018-12-19 13:15:31 +01:00
util.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00