summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2013-11-19resolves #798 test include directive resolves file with space in nameDan Allen
2013-11-05resolves #773 force encoding of docinfo content to UTF-8Dan Allen
2013-11-03resolves #727 remove trailing endlines from source dataDan Allen
2013-10-29resolves #639 emit warning if tag(s) not found in include fileDan Allen
2013-10-29resolves #745 push_include and pop_include should return nilDan Allen
2013-10-26switch build to Rubinius 2.1.1Dan Allen
2013-09-09use non-https url in remote include testDan Allen
2013-08-27resolves #591 rename include-depth attribute to max-include-depth, set defaul...Dan Allen
2013-08-23support the attribute name tag when including content from a single tagDan Allen
2013-08-22include processor enabled regardless of safe mode, fall back to built-inDan Allen
2013-08-22resolves #100 include processor extensionDan Allen
2013-08-21add test for depth set on include in nested fileDan Allen
2013-08-21skip include directives when processing comment blocksDan Allen
2013-08-21fix warnings, minor optimizations in ReaderDan Allen
2013-08-21introduce Cursor object to track line infoDan Allen
2013-08-21fix broken tests; remove get* varient of read* methods on ReaderDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-17add get_lines and terminate methods to ReaderDan Allen
2013-08-14cleanups and optimizationsDan Allen
2013-08-11add content_model to block, rename buffer to linesDan Allen
2013-07-27resolves #502 ignore front matterDan Allen
2013-07-02require allow-uri-read attribute to be set for including content from a uriDan Allen
2013-07-02resolves #445 allow include macro to retrieve data from uriDan Allen
2013-06-09fix warning in reader testDan Allen
2013-06-06resolves #396 allow JRuby Map as attributesDan Allen
2013-05-29resolves #376 drop line if target of include macro is blankDan Allen
2013-05-29Merge pull request #368 from mojavelinux/sub-include-target-attributesDan Allen
2013-05-28resolves #367 resolve attribute references in target of include macroDan Allen
2013-05-28resolves #365 add indent attribute to verbatim blocksDan Allen
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