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
/
converter_test.rb
Age
Commit message (
Expand
)
Author
2023-10-23
verify templates can be used from classloader when using JRuby
Dan Allen
2023-04-08
resolves #4429 add support for Haml 6 to template converter (PR #4431)
Dan Allen
2022-01-11
don't overqualify types in test suite
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-06-11
use correct assertion methods in converter test [skip ci]
Dan Allen
2021-06-10
add test to verify Converter.included is private
Dan Allen
2021-06-08
add respond_to_missing? method to html5 converter to complement method_missing
Dan Allen
2021-05-31
use appropriate assertions in test suite
Dan Allen
2021-05-31
fix incomplete assertions in test suite
Dan Allen
2021-05-29
use join instead of * to join elements of an array in test suite [skip ci]
Dan Allen
2021-05-28
remove excess empty lines in test suite; use multiple lines for class definit...
Dan Allen
2021-05-18
fix template converter test when concurrent-ruby gem is not installed
Dan Allen
2021-04-30
ignore redundant root namespace reference when checking for Tilt in test suite
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2020-08-20
resolves #3737 add support for erubi template engine; use it in place of erub...
Dan Allen
2020-01-11
fix invalid method call in test suite when running on Ruby 2.7
Dan Allen
2019-11-28
resolves #3491 allow template to override outline (PR #3493)
Nik Everett
2019-06-18
resolves #3341 initialize backend traits for converter using assigned basebac...
Dan Allen
2019-04-22
resolves #3274 update register_for methods to accept symbol arguments (PR #3275)
Dan Allen
2019-04-15
resolves #3261 fix regexp for SVG preamble so it works the same in Asciidocto...
Dan Allen
2019-04-14
use Concurrent::Map instead of Concurrent::Hash for cache in template converter
Dan Allen
2019-03-31
move Asciidoctor::Converter::BackendTraits.derive_backend_traits method to As...
Dan Allen
2019-03-31
make Asciidoctor::Converter::Config.register_for method public as documented
Dan Allen
2019-03-18
when resolving a convert method for a node, only consider methods prefixed wi...
Dan Allen
2019-03-15
export read_svg_contents method on built-in HTML 5 converter for Bespoke conv...
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-01
resolves #891 allow backend to delegate to a registered backend using the syn...
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-07
resolves #3056 create a template converter even if backend is not recognized ...
Dan Allen
2019-02-07
check for Tilt.new instead of Tilt::VERSION [skip ci]
Dan Allen
2019-02-05
correctly map Converter::Factory.new (PR #3041)
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-02-04
resolves #2891 redesign converter API (PR #3038)
Dan Allen
2019-01-28
simplify definition of converts? method on Converter; add tests
Dan Allen
2019-01-10
resolves #2998 drop support for Slim < 3 (PR #3003)
Dan Allen
2019-01-09
resolves #3006 fix deprecated ERB trim mode (PR #3007)
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-09-11
replace the use of render with convert in test suite
Dan Allen
2018-07-31
replace thread_safe with concurrent-ruby
Jun Aruga
2018-04-17
resolves #2619 allow custom converter to declare that it supports templates
Dan Allen
2018-04-17
map handles? method for custom converter to respond_to? by default
Dan Allen
2018-04-09
delegate to test helper method to resolve test directory and fixture paths
Dan Allen
2018-04-08
purge render method from test suite (except to verify alias)
Dan Allen
2018-03-21
coerce value of template_dirs option to an Array (PR #2621)
Dan Allen
2017-09-25
convert remaining uses of raw is_a? assertions in test suite
Dan Allen
2017-07-23
use refute in place of assert ! in test suite (PR #2336)
Dan Allen
2017-05-25
resolves #2214 configure Slim to resolve includes in specified template dirs ...
Dan Allen
[next]