summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2017-07-08remove stray wip in test nameDan Allen
2017-07-02rename EOL constant to LF (PR #2289)Dan Allen
2017-06-29resolves #1983 fix operator logic in ifndef directive (PR #2283)Dan Allen
2017-06-26permit leading, trailing, and repeat operators in target of preprocessor cond...Dan Allen
2017-06-24use render_embedded_string method instead of setting header_footer option to ...Dan Allen
2017-06-24add missing assertions in reader testsDan Allen
2017-06-23trap and verify warnings in reader testsDan Allen
2017-06-20resolves #1729 add support for include tags in languages with only circumfix ...Dan Allen
2017-06-16resolves #2146 process include directive in shorthand preprocessor conditiona...Dan Allen
2017-05-28use lowercase letters for unicode escape in test suiteDan Allen
2017-05-18resolves #1516 add option to exclude tags when including file (PR #2196)Dan Allen
2017-05-15handle cases when there are no lines for include directive to selectDan Allen
2017-04-28allow normalize option to be set on PreprocessorReader; change default to falseDan Allen
2017-04-26don't increment line number if peek_lines overruns bufferDan Allen
2017-03-04use chr instead of [0..0] to get first characterDan Allen
2016-08-10change push_include method to support chaining (PR #1836)Dan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-12-09resolves #1602 don't swallow trailing line when include file is not readableDan Allen
2015-11-27explicitly test ifeval scenario raised in #1585Dan Allen
2015-07-02resolves #1387 resolve missing attribute in ifeval to empty stringDan Allen
2014-10-12resolves #1144 fix includes that reference absolute Windows pathsDan Allen
2014-09-18resolves #1072 recognize include tag directives inside XML comments; add testDan Allen
2014-07-17resolves #1027 don't include lines that contain a tag directiveDan Allen
2014-07-15resolves #612 generate data uri for remote imageDan Allen
2014-07-08fix tests on Ruby 1.8.7Dan Allen
2014-07-08use ip address instead of hostname in reader testDan Allen
2014-07-04resolves #530 support leveloffset on include directive and relative valuesDan Allen
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