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