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
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
2013-08-21
add test for depth set on include in nested file
Dan Allen
2013-08-21
skip include directives when processing comment blocks
Dan Allen
2013-08-21
fix warnings, minor optimizations in Reader
Dan Allen
2013-08-21
introduce Cursor object to track line info
Dan Allen
2013-08-21
fix broken tests; remove get* varient of read* methods on Reader
Dan Allen
2013-08-21
resolves #575, #572 and #581 refactor reader to track include stack
Dan Allen
2013-08-17
add get_lines and terminate methods to Reader
Dan Allen
2013-08-14
cleanups and optimizations
Dan Allen
2013-08-11
add content_model to block, rename buffer to lines
Dan Allen
2013-07-27
resolves #502 ignore front matter
Dan Allen
2013-07-02
require allow-uri-read attribute to be set for including content from a uri
Dan Allen
2013-07-02
resolves #445 allow include macro to retrieve data from uri
Dan Allen
2013-06-09
fix warning in reader test
Dan Allen
2013-06-06
resolves #396 allow JRuby Map as attributes
Dan Allen
2013-05-29
resolves #376 drop line if target of include macro is blank
Dan Allen
2013-05-29
Merge pull request #368 from mojavelinux/sub-include-target-attributes
Dan Allen
[next]