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