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-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
2013-11-19
resolves #798 test include directive resolves file with space in name
Dan Allen
2013-11-05
resolves #773 force encoding of docinfo content to UTF-8
Dan Allen
2013-11-03
resolves #727 remove trailing endlines from source data
Dan Allen
2013-10-29
resolves #639 emit warning if tag(s) not found in include file
Dan Allen
2013-10-29
resolves #745 push_include and pop_include should return nil
Dan Allen
2013-10-26
switch build to Rubinius 2.1.1
Dan Allen
2013-09-09
use non-https url in remote include test
Dan Allen
2013-08-27
resolves #591 rename include-depth attribute to max-include-depth, set defaul...
Dan Allen
2013-08-23
support the attribute name tag when including content from a single tag
Dan Allen
2013-08-22
include processor enabled regardless of safe mode, fall back to built-in
Dan Allen
2013-08-22
resolves #100 include processor extension
Dan Allen
[next]