summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2014-04-08tests: switch to minitestKen Dreyer
2014-03-01resolves #903 ignore case of attribute in conditional directivesDan Allen
2014-02-27make document parsing a discrete step, make Reader accessible as property on ...Dan Allen
2014-02-17use in-process web server for URI testsDan Allen
2014-02-17include directive fixesDan Allen
2014-02-16merge pull request #852 from @bk2204Dan Allen
2014-02-16resolves #743 set defaults for file, path and dir in push_includeDan Allen
2014-02-16resolves #743 make Reader#push_include work without file / path infobrian m. carlson
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-28additional optimizations and formattingDan Allen
2013-12-01resolves #824 handle BOM when normalizing sourceDan Allen
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