summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-21resolves #262 warn if file in include macro doesn't existDan Allen
2013-04-18resolves #241 negative case for inline ifndef should only affect current lineDan Allen
2013-04-17resolves #226 allow comma delimiter in include attribute valuesDan Allen
2013-04-17resolves #226 support including tagged linesDan Allen
2013-04-17resolves #226 add line selection to include macroDan Allen
2013-03-01turn include into a link to source file in secure modeDan Allen
2013-02-12refactor reader to process attribute entries and directives during parsingDan Allen
2013-01-25resolves issue #125, clean CRLF from endlinesDan Allen
2013-01-23resolve issue #69, enable warnings when running tests; fix warningsDan Allen
2013-01-22windows compatibility fixesDan Allen
2013-01-15organize safe modes in a module, align path normalizationDan Allen
2013-01-15introduce safe modeDan Allen
2013-01-09fixes issue #63, options to disable includesDan Allen
2013-01-05Tweak whitespace in a lot of areas for readability and make style tweaks to v...Jeremy McAnally
2013-01-04add support for resolving reference and data image URIsDan Allen
2013-01-04Force file reads through a path-sanitizer to limit access to parent and sibli...Ryan Waldron
2013-01-03fix warningsDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-23pass block to process in reader & add testDan Allen
2012-07-30Extract Reader class from DocumentRyan Waldron