summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-02use indented (squiggly) heredoc strings in invoker_test and logger_testDan Allen
2019-02-02use indented (squiggly) heredoc strings in paragraphs_testDan Allen
2019-02-02use indented (squiggly) heredoc strings in tables_testDan Allen
2019-02-02use indented heredoc in text_testDan Allen
2019-02-02use strict heredoc in api_testDan Allen
2019-02-02fix tests on trufflerubyDan Allen
2019-02-01use strict indented heredoc in attributes_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-30Switch to squiggly heredoc in test suite & CLI (PR #3035)Dan Allen
2019-01-28simplify definition of converts? method on Converter; add testsDan Allen
2019-01-26ensure linenos class is always added to linenos column when source highlighte...Dan Allen
2019-01-26use the term newline(s) instead of endline(s) [skip ci]Dan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
2019-01-25resolves #2953 allow icontype to be set using icons attribute (PR #3009)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-23remove workarounds for asciimath tests on trufflerubyDan Allen
2019-01-19add truffleruby to CI matrix (PR #3026)Dan Allen
2019-01-18resolves #3014 add support for the mute option on vimeo videos (PR #3024)Dan Allen
2019-01-18use do..end for multi-line blocks (even when chained)Dan Allen
2019-01-15resolves #3017 insert user docinfo after built-in docinfo (PR #3019)Dan Allen
2019-01-15use more relevant test case for when target of inter-document xref has unreco...Dan Allen
2019-01-14resolves #3011 propagate document ID to DocBook output (PR #3012)Dan Allen
2019-01-12resolves #2997 ignore attribute CLI option if value is empty or equal sign (P...Dan Allen
2019-01-10resolves #2966 run docinfo processors regardless of safe mode (PR #3008)Dan Allen
2019-01-10update development dependencies (PR #3000)Dan 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-08shut down the test webserver cleanly (PR #3001)Dan Allen
2019-01-07stop the TCPServer from whining about shutting downDan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06Reader#push_include should not fail if data is nilDan Allen
2019-01-06add visibility modifiers to methodsDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06read input File as string; rename Helpers.normalize_lines* methodsDan Allen
2019-01-06modernize UTF-8 encoding operationsDan Allen
2019-01-06use shorthand for character referencesDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2019-01-06fix AsciiMath assertions due to upstream changeDan Allen
2019-01-05resolves #2989 don't fail to parse Markdown-style quote block that only conta...Dan Allen
2019-01-04use ensure instead of rescue so test failure isn't suppressedDan Allen
2019-01-04add CHANGELOG entry for resetting SOURCE_DATE_EPOCH in testsDan Allen
2019-01-04Clear SOURCE_DATE_EPOCH env var when testing timezones (PR #2969)Joseph Herlant
2018-12-29assert line number of cursor in custom include processorDan Allen
2018-12-29make custom include processor test more robustDan Allen
2018-12-29use proper terminology for include directiveDan Allen
2018-12-01resolves #1852 ignore explicit section level style (PR #2971)Dan Allen
2018-11-01resolves #2944 add fallback if relative path cannot be computed (PR #2945)Dan Allen