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
/
parser_test.rb
Age
Commit message (
Expand
)
Author
2019-03-21
resolves #2441 substitute replacements in author values used in document head...
Dan Allen
2019-02-15
clean up newline handling in test suite (PR #3074)
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-08
resolves #3051 drop the options attribute
Dan Allen
2019-02-02
add reference in test suite to JRuby heredoc issue [skip ci]
Dan Allen
2019-02-02
fix broken tests on JRuby
Dan Allen
2019-02-02
use indented (squiggly) heredoc strings in parser_test
Dan Allen
2019-01-06
switch to modern hash syntax
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-28
resolves #669 allow authorinitials for single author to be overridden (PR #2943)
Dan Allen
2018-10-27
resolves #2769 report correct line number for inline anchor with id already i...
Dan Allen
2018-07-25
move AttributeList tests to dedicated test file
Dan Allen
2018-07-24
treat empty value for named block attribute as empty string
Dan Allen
2018-05-16
resolves #2785 allow revnumber in revision line to be an attribute reference ...
Dan Allen
2018-04-19
resolves #2174 shorthand attribute syntax no longer resets block style
Dan Allen
2017-12-26
resolves #2519 set authorcount to 0 if there are no authors (PR #2520)
Dan Allen
2017-12-18
add test for uncovered line in Reader#skip_comment_lines
Dan Allen
2017-07-23
use refute in place of assert ! in test suite (PR #2336)
Dan Allen
2017-06-18
change Parser.parse_style_attribute to only return parsed style
Dan Allen
2017-06-05
refactor Parser.store_attribute and related methods; add tests (PR #2239)
Dan Allen
2017-05-07
resolves #2112 sanitize content of authors meta tag in HTML output (PR #2181)
Dan Allen
2017-03-30
resolves #663 don't mangle compound names when document has multiple authors ...
Dan Allen
2017-03-18
use delete instead of tr to remove spaces; optimize options parsing (PR #2088)
Dan Allen
2017-02-28
replace #split(' ') calls with #split
Dan Allen
2016-11-28
fix warnings; remove warn statement in test suite
Dan Allen
2016-11-28
add test for parsing author attribute
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2015-07-05
resolves #1170 and #841 expand tabs properly
Dan Allen
2015-05-21
remove warn statement in test suite
Dan Allen
2015-05-14
resolves #790 parse isolated version in revision line
brian m. carlson
2014-05-16
resolves #892 match word characters defined by Unicode
Dan Allen
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-02-16
call each thing by its right name
Dan Allen