summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2023-05-01backport fix for #3929 treat uri:classloader: as absolute path prefix when ru...Dan Allen
2023-04-18backport fix for #4368 use while loop rather than recursion to locate next li...Dan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2022-10-14update test descriptions in reader testsDan Allen
2022-10-14add include role to link/URL macro that replaces include directive when inclu...Dan Allen
2022-09-24backport fix for #4357 change internal uriish? to only detect a URI pattern a...Dan Allen
2022-07-05fix lineno on reader when skip-front-matter attribute is set but end of front...Dan Allen
2022-01-05resolves #4230 don't warn if a negated tag is not found in include file (PR #...Dan Allen
2021-12-24Fix typos and misspellings in docs and codeKian Meng, Ang
2021-10-18rename default branchDan Allen
2021-07-30rework descriptions for tag filtering tests [skip ci]Dan Allen
2021-07-30fix descriptions of tests in reader_tests.rb [skip ci]Dan Allen
2021-07-30fix invalid indentation in test [skip ci]Dan Allen
2021-07-30resolves #4086 only interpret negated wildcard in include tag filter as impli...Dan Allen
2021-07-30use single line for method definition in test suiteDan Allen
2021-07-30use octal for file mode in test suite [skip ci]Dan Allen
2021-07-30resolve #4046 change ifeval directive to resolve to false if comparison opera...Dan Allen
2021-07-30resolves #4048 include all lines outside specified tagged region when tag fil...Dan Allen
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