summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-04-30resolves #3281 fix lineno of source location on blocks that follow a detached...Dan Allen
2019-04-30don't fail to convert document if alt attribute is not set on block or inline...Dan Allen
2019-04-29resolves #3282 rename AbstractNode#options to AbstractNode#enabled_options (P...Dan Allen
2019-04-28resolves #3283 register images in catalog correctly (PR #3284)Dan Allen
2019-04-26resolves #3279 process multiple single-item menu macros in single line (PR #3...Dan Allen
2019-04-22resolves #3274 update register_for methods to accept symbol arguments (PR #3275)Dan Allen
2019-04-22remove puts statement from test suiteDan Allen
2019-04-22add additional test for xreflabel on anchor in DocBook outputDan Allen
2019-04-20resolves #3269 don't limit footnote ref to ASCII charset (PR #3270)Dan Allen
2019-04-19set SOURCE_DATE_EPOCH when running testsDan Allen
2019-04-17fix warning in test suiteDan Allen
2019-04-17add tests to assert load_file and convert_file accept a Pathname inputDan Allen
2019-04-15resolves #3261 fix regexp for SVG preamble so it works the same in Asciidocto...Dan Allen
2019-04-15use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...Dan Allen
2019-04-14use Concurrent::Map instead of Concurrent::Hash for cache in template converterDan Allen
2019-04-13resolves #3254 fix crash when resolving ID from text and a candidate contains...Dan Allen
2019-04-04replace calls to File.extname with Helpers.extname (PR #3240)Dan Allen
2019-04-04resolves #3231 assume implicit AsciiDoc extension on interdoc xref macro targ...Dan Allen
2019-04-04resolves #3238 don't fail to load application if call to Dir.home fails (PR #...Dan Allen
2019-04-03Helpers.rootname should only consider final path segment when dropping file e...Dan Allen
2019-04-02document the popen workaround in the test suite for JRuby [skip ci]Dan Allen
2019-04-01use IO.popen with env argument in test suite (PR #3229)Dan Allen
2019-04-01resolves #3225 mark encoding of stdio objects used in CLI as UTF-8 (PR #3228)Dan Allen
2019-04-01resolves #3226 CLI should use $stdin instead of STDIN (PR #3227)Dan Allen
2019-04-01make Asciidoctor::SyntaxHighlighter::Config.register_for method public as doc...Dan Allen
2019-03-31resolves #3223 should not crash when source highlighter is rouge and source l...Dan 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-29use file read mode in test suiteDan Allen
2019-03-27resolves #3216 fix crash when attrlist is used on literal monospace phrase (P...Dan Allen
2019-03-26resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)Dan Allen
2019-03-26resolves #3205 apply verbatim substitutions to literal paragraphs attached to...Dan Allen
2019-03-25fix message in test when asciimath is not available (PR #3204)Todd Zullinger
2019-03-25resolves #3202 convert cataloged titles containing attribute references eager...Dan Allen
2019-03-25remove unused reftexts catalog entry assertions [skip ci]Dan Allen
2019-03-24resolves #3199 look for deprecated extension option :pos_attrs if :positional...Dan Allen
2019-03-24add test to verify that parsed attributes on custom inline macro override def...Dan Allen
2019-03-22add test to verify that inline macro text is parsed as attrlist by defaultDan Allen
2019-03-22fix warning in test suite [skip ci]Dan Allen
2019-03-22resolves #2134 add parse_attributes helper to base extension Processor class ...Dan Allen
2019-03-22define assert and refute include method in test suiteDan Allen
2019-03-22use symbol blocks where appropriate in test suiteDan Allen
2019-03-22resolves #2818 catalog inline anchors at start of callout list itemsOwen Heisler
2019-03-22rearrange methods in Substitutors; mark private methods; update RDoc (PR #3187)Dan Allen
2019-03-22resolve #2047 add support for see and see also relationships on index terms (...Dan Allen
2019-03-22resolves #1117 automatically promote a listing block without an explicit styl...Dan Allen
2019-03-22change extract_passthroughs to use single return valueDan Allen
2019-03-21resolves #2441 substitute replacements in author values used in document head...Dan Allen
2019-03-21resolves #1487 only promote indexterms automatically if indexterm-promotion o...Dan Allen
2019-03-21resolves #3178 apply subs to Inline node returned by inline macro processor i...Dan Allen