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
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
2018-01-02
assert that unresolved include directive in remote file does not crash processor
Dan Allen
2017-12-23
automatically set path in Reader#push_include
Dan Allen
2017-12-18
add test to verify tag filtering works for remote includes
Dan Allen
2017-12-17
add test to verify local includes are resolved relative to current document
Dan Allen
2017-12-17
resolves #2506 resolve nested includes in remote documents relative to URI (P...
Dan Allen
2017-09-27
use assert_includes in place of raw assertion in reader tests
Dan Allen
2017-09-22
use assert_kind_of in place of assert ... is_a? in test suite
Dan Allen
2017-09-19
resolves #2389 allow local include to be flagged as optional (PR #2413)
Dan Allen
2017-08-29
peek all lines if no arguments are passed to peek_lines or first arg is nil
Dan Allen
2017-07-23
use refute in place of assert ! in test suite (PR #2336)
Dan Allen
2017-07-18
change default argument values for Reader#peek_lines method
Dan Allen
2017-07-18
add additional tests to test behavior of Reader#peek_lines
Dan Allen
2017-07-08
remove stray wip in test name
Dan Allen
2017-07-02
rename EOL constant to LF (PR #2289)
Dan Allen
2017-06-29
resolves #1983 fix operator logic in ifndef directive (PR #2283)
Dan Allen
2017-06-26
permit leading, trailing, and repeat operators in target of preprocessor cond...
Dan Allen
2017-06-24
use render_embedded_string method instead of setting header_footer option to ...
Dan Allen
2017-06-24
add missing assertions in reader tests
Dan Allen
2017-06-23
trap and verify warnings in reader tests
Dan Allen
2017-06-20
resolves #1729 add support for include tags in languages with only circumfix ...
Dan Allen
2017-06-16
resolves #2146 process include directive in shorthand preprocessor conditiona...
Dan Allen
2017-05-28
use lowercase letters for unicode escape in test suite
Dan Allen
2017-05-18
resolves #1516 add option to exclude tags when including file (PR #2196)
Dan Allen
2017-05-15
handle cases when there are no lines for include directive to select
Dan Allen
2017-04-28
allow normalize option to be set on PreprocessorReader; change default to false
Dan Allen
2017-04-26
don't increment line number if peek_lines overruns buffer
Dan Allen
2017-03-04
use chr instead of [0..0] to get first character
Dan Allen
[next]