summaryrefslogtreecommitdiff
path: root/test/api_test.rb
AgeCommit message (Expand)Author
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
2018-05-13should not set option on node if already set (PR #2778)Dan Allen
2018-05-02add fallback for nil cell text in Cell constructorDan Allen
2018-04-24resolves #2705 populate source_location property on cell when sourcemap optio...Dan Allen
2018-04-23populate source_location on list items if sourcemap is enabledGuillaume Grossetie
2018-04-22remove outdated workaround in api testDan Allen
2018-04-11remove trailing whitespace in sourceDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-04-08add test to verify render method is aliased to convert method on each node typeDan Allen
2018-04-08switch to convert methods in API tests; assert render aliasesDan Allen
2018-04-07allow linkcss to be disabled from API when safe mode is secureDan Allen
2018-02-23resolves #2574 record timings when calling convert and write on DocumentDan Allen
2018-02-20resolves #2567 duplicate header attributes when restoring (PR #2570)Dan Allen