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
/
api_test.rb
Age
Commit message (
Expand
)
Author
2019-04-30
resolves #3281 fix lineno of source location on blocks that follow a detached...
Dan Allen
2019-04-29
resolves #3282 rename AbstractNode#options to AbstractNode#enabled_options (P...
Dan Allen
2019-04-17
fix warning in test suite
Dan Allen
2019-04-17
add tests to assert load_file and convert_file accept a Pathname input
Dan Allen
2019-03-29
use file read mode in test suite
Dan Allen
2019-03-26
resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)
Dan Allen
2019-03-22
define assert and refute include method in test suite
Dan Allen
2019-03-22
use symbol blocks where appropriate in test suite
Dan Allen
2019-03-20
stop find_by iteration if filter block returns :stop directive (PR #3162)
Dan Allen
2019-03-20
find_by should reject node when :reject directive is used with ID selector
Dan Allen
2019-03-15
resolves #3133 next_adjacent_block should not fail when used on dlist item (P...
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-13
use terminology for find_by that better aligns with NodeFilter (PR #3130)
Dan Allen
2019-03-11
upgrade truffleruby to 1.0.0-rc13 (PR #3043)
Dan Allen
2019-03-02
resolves #2524 AbstractBlock#find_by finds table cells (PR #3117)
Dan Allen
2019-03-01
resolves #3101 find_by looks inside AsciiDoc table cells if traverse_document...
Dan Allen
2019-02-27
resolves #2963 modify Cell class to extend from AbstractBlock instead of Abst...
Dan Allen
2019-02-25
resolves #2884 add clearer exception message when source data is binary or ha...
Dan Allen
2019-02-24
add Document#parsed? method to check whether document has been parsed
Dan Allen
2019-02-20
ensure dlist item tuple always has two entries
Dan Allen
2019-02-17
resolves #2640 allow outfilesuffix to be soft set from API (PR #3076)
Dan Allen
2019-02-15
clean up newline handling in test suite (PR #3074)
Dan Allen
2019-02-10
fix indentation in api_test and manpage_test
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
use strict heredoc in api_test
Dan Allen
2019-02-01
use indented heredoc in api_test
Dan Allen
2019-01-30
add Adapter to the end of syntax highlighter adapter impl classes
Dan Allen
2019-01-26
resolves #2106 make syntax highlighter pluggable (PR #3016)
Dan Allen
2019-01-24
document when workarounds can be removed [skip ci]
Dan Allen
2019-01-23
resolves #2995 use methods on File class instead of IO class (PR #2999)
Dan Allen
2019-01-19
add truffleruby to CI matrix (PR #3026)
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
switch to modern hash syntax
Dan Allen
2019-01-06
modernize UTF-8 encoding operations
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-25
change authors API to compute authors on demand from document attributes
Dan Allen
2018-10-12
resolves #2067 allow filter block passed to AbstractBlock#find_by to skip sub...
Dan Allen
2018-10-08
resolves #2900 change AbstractBlock#find_by to honor StopIteration exception ...
Dan Allen
2018-05-13
should not set option on node if already set (PR #2778)
Dan Allen
2018-05-02
add fallback for nil cell text in Cell constructor
Dan Allen
2018-04-24
resolves #2705 populate source_location property on cell when sourcemap optio...
Dan Allen
2018-04-23
populate source_location on list items if sourcemap is enabled
Guillaume Grossetie
2018-04-22
remove outdated workaround in api test
Dan Allen
2018-04-11
remove trailing whitespace in source
Dan Allen
2018-04-08
purge render method from test suite (except to verify alias)
Dan Allen
2018-04-08
add test to verify render method is aliased to convert method on each node type
Dan Allen
2018-04-08
switch to convert methods in API tests; assert render aliases
Dan Allen
2018-04-07
allow linkcss to be disabled from API when safe mode is secure
Dan Allen
[next]