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
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
2016-08-10
change push_include method to support chaining (PR #1836)
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2015-12-09
resolves #1602 don't swallow trailing line when include file is not readable
Dan Allen
2015-11-27
explicitly test ifeval scenario raised in #1585
Dan Allen
2015-07-02
resolves #1387 resolve missing attribute in ifeval to empty string
Dan Allen
2014-10-12
resolves #1144 fix includes that reference absolute Windows paths
Dan Allen
2014-09-18
resolves #1072 recognize include tag directives inside XML comments; add test
Dan Allen
2014-07-17
resolves #1027 don't include lines that contain a tag directive
Dan Allen
2014-07-15
resolves #612 generate data uri for remote image
Dan Allen
2014-07-08
fix tests on Ruby 1.8.7
Dan Allen
2014-07-08
use ip address instead of hostname in reader test
Dan Allen
2014-07-04
resolves #530 support leveloffset on include directive and relative values
Dan Allen
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-03-01
resolves #903 ignore case of attribute in conditional directives
Dan Allen
2014-02-27
make document parsing a discrete step, make Reader accessible as property on ...
Dan Allen
2014-02-17
use in-process web server for URI tests
Dan Allen
2014-02-17
include directive fixes
Dan Allen
2014-02-16
merge pull request #852 from @bk2204
Dan Allen
2014-02-16
resolves #743 set defaults for file, path and dir in push_include
Dan Allen
2014-02-16
resolves #743 make Reader#push_include work without file / path info
brian m. carlson
2014-02-16
resolves #804 rewrite extensions to support extension instances
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2014-01-28
additional optimizations and formatting
Dan Allen
2013-12-01
resolves #824 handle BOM when normalizing source
Dan Allen
[prev]
[next]