summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2019-03-20log info level message if optional include is droppedDan Allen
2019-03-20resolves #2855 honor attribute-missing setting when processing include directiveDan Allen
2019-03-20resolves #2868 log warning when include directive is not resolved due to miss...Dan Allen
2019-03-19resolves #3161 log warning if conditional expression in ifeval directive is i...Dan Allen
2019-03-19resolves #3164 fix crash if ifeval directive is missing expression (PR #3167)Dan Allen
2019-03-19resolves #3165 use proper terminology in warning message about mismatched pre...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-02-16enforce and report relative max include depth properly (PR #3075)Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-11implement more detailed Reader#to_s method (to match PreprocessorReader)Dan Allen
2019-02-10use indented (squiggly) heredoc strings in reader_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-04use do..end syntax for multiline blocks in test suiteDan Allen
2019-01-26use the term newline(s) instead of endline(s) [skip ci]Dan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06Reader#push_include should not fail if data is nilDan Allen
2019-01-06add visibility modifiers to methodsDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06read input File as string; rename Helpers.normalize_lines* methodsDan Allen
2019-01-06modernize UTF-8 encoding operationsDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-14resolves #2914 interpret open line range as infinite (PR #2917)Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-08-04resolves #2830 detect closing tag on last line with no trailing newline (PR #...Dan Allen
2018-05-08resolves #2761 substitute attribute references in attrlist of include directiveDan Allen
2018-04-28add cursor for include file to message context about include tagsDan Allen
2018-04-28use cursor from source file as context for messages about include tagsDan Allen
2018-04-28match tag directives in include files that have CRLF line endings (see #2369)Dan Allen
2018-04-23rename cursor methods on ReaderDan Allen
2018-04-23use cursor marks to track line numbers more accurately and efficientlyDan Allen
2018-04-21resolves #2361 warn if a specified include tag is unclosed (PR #2696)Dan Allen
2018-04-21fix assertion in include tag testDan Allen
2018-04-21test that warning message is reported when tag is missing in include fileDan Allen
2018-04-21rephrase some of the reader testsDan Allen
2018-04-20resolves #2369 change strategy for finding tags inside circumfix comments (PR...Dan Allen
2018-04-19resolves #2200 don't convert inter-document xref to internal anchor if target...Dan Allen
2018-04-16move unterminated block warning into Reader#read_lines_untilDan Allen
2018-04-15change Reader#skip_comment_lines to not return skipped linesDan Allen
2018-04-15resolves #1133 show error if delimited block is not terminatedDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14remove unused methods in ReaderDan Allen
2018-04-10use more efficient method for getting dir from URIDan Allen
2018-04-10fix failure in Preprocessor#push_include when file is a URI and path isn't setDan Allen
2018-04-09delegate to test helper method to resolve test directory and fixture pathsDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-04-08update test that wasn't using redirect_streams to capture warningsDan Allen
2018-03-18resolves #2610 extract method to resolve include path (PR #2613)Dan Allen
2018-01-03add Ruby 2.5.0 to CI build matrix (PR #2528)Dan Allen
2018-01-02assert that unresolved include directive in remote file does not crash processorDan Allen