summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2021-04-09resolves #3997 rollback change for #3470; skip empty lines before processing ...Dan Allen
2021-02-06verify tag filtering works if wildcards are not at head of listDan Allen
2021-02-05resolves #3932 honor list of tags following negated wildcard on include direc...Dan Allen
2021-02-04fix test on JRubyDan Allen
2021-02-04fix tests for current codeDan Allen
2021-02-04defer testDan Allen
2021-02-04add additional tests for include tagsDan Allen
2020-12-14fix code style [skip ci]Dan Allen
2020-12-14enable running tests as root (PR #3874)mikemckiernan
2020-11-09add if and unless conditions to tests to make filtering more readable (PR #3844)Dan Allen
2019-12-07resolves #3436 only strip trailing whitespace from lines of include file if t...Dan Allen
2019-12-06add test for invalid include rangeDan Allen
2019-10-01add test to verify BOM is stripped from include fileDan Allen
2019-09-30prevent trailing blank line when extracting lines from source dataDan Allen
2019-09-27resolves #3248 allow encoding of include file to be specified using encoding ...Dan Allen
2019-04-03Helpers.rootname should only consider final path segment when dropping file e...Dan Allen
2019-03-22use symbol blocks where appropriate in test suiteDan Allen
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