summaryrefslogtreecommitdiff
path: root/test/api_test.rb
AgeCommit message (Expand)Author
2021-04-09add tests for sourcemap use case reported in #3966Dan Allen
2020-10-31resolves #3592 fix crash if value passed by API for copycss attribute is not ...Dan Allen
2020-10-31resolves #3808 fix crash if value of stylesheets attribute contains a folder ...Dan Allen
2020-10-31enable additional test scenario for linkcssDan Allen
2020-10-30resolves #3799 set source_location on preamble block when sourcemap option is...Dan Allen
2020-10-25remove default argument to Cell initializer in API testDan Allen
2020-10-23resolves #3765 download and embed custom remote stylesheet if allow-uri-read ...Dan Allen
2020-10-16resolves #3778 fix resolved value of :to_dir when both :to_file and :to_dir o...Dan Allen
2020-02-25add test to verify find_by can be used to extract a single list itemDan Allen
2019-05-29resolves #3316 fix Asciidoctor.convert_file to honor header_footer: false opt...Dan Allen
2019-04-30resolves #3281 fix lineno of source location on blocks that follow a detached...Dan Allen
2019-04-29resolves #3282 rename AbstractNode#options to AbstractNode#enabled_options (P...Dan 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-03-29use file read mode in test suiteDan Allen
2019-03-26resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)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-20stop find_by iteration if filter block returns :stop directive (PR #3162)Dan Allen
2019-03-20find_by should reject node when :reject directive is used with ID selectorDan Allen
2019-03-15resolves #3133 next_adjacent_block should not fail when used on dlist item (P...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-13use terminology for find_by that better aligns with NodeFilter (PR #3130)Dan Allen
2019-03-11upgrade truffleruby to 1.0.0-rc13 (PR #3043)Dan Allen
2019-03-02resolves #2524 AbstractBlock#find_by finds table cells (PR #3117)Dan Allen
2019-03-01resolves #3101 find_by looks inside AsciiDoc table cells if traverse_document...Dan Allen
2019-02-27resolves #2963 modify Cell class to extend from AbstractBlock instead of Abst...Dan Allen
2019-02-25resolves #2884 add clearer exception message when source data is binary or ha...Dan Allen
2019-02-24add Document#parsed? method to check whether document has been parsedDan Allen
2019-02-20ensure dlist item tuple always has two entriesDan Allen
2019-02-17resolves #2640 allow outfilesuffix to be soft set from API (PR #3076)Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-10fix indentation in api_test and manpage_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-02use strict heredoc in api_testDan Allen
2019-02-01use indented heredoc in api_testDan Allen
2019-01-30add Adapter to the end of syntax highlighter adapter impl classesDan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
2019-01-24document when workarounds can be removed [skip ci]Dan Allen
2019-01-23resolves #2995 use methods on File class instead of IO class (PR #2999)Dan Allen
2019-01-19add truffleruby to CI matrix (PR #3026)Dan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06modernize UTF-8 encoding operationsDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-25change authors API to compute authors on demand from document attributesDan Allen
2018-10-12resolves #2067 allow filter block passed to AbstractBlock#find_by to skip sub...Dan Allen
2018-10-08resolves #2900 change AbstractBlock#find_by to honor StopIteration exception ...Dan Allen