summaryrefslogtreecommitdiff
path: root/test/invoker_test.rb
AgeCommit message (Expand)Author
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-23resolves #2995 use methods on File class instead of IO class (PR #2999)Dan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan 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 require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan 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-10-27resolves #2770 use OS independent timezone in time attributes (PR #2784)Dan Allen
2018-10-27clean up test that executes asciidoctor CLIDan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-04-20resolves #2003 allow failure level to be specified using CLI option (PR #2674)Dan Allen
2018-04-09delegate to test helper method to resolve test directory and fixture pathsDan Allen
2018-04-01switch asciidoctor.org URL to https in README, API docs, CLI output, and testsDan Allen
2017-12-15fix another unused variable in test suiteDan Allen
2017-12-15remove unused variable in testDan Allen
2017-09-28use assert_includes in place of raw assertion in paragraph testsDan Allen
2017-09-22resolves #1394 preserve directories if source dir and destination dir are set...Dan Allen
2017-09-22use assert_kind_of in place of assert ... is_a? in test suiteDan Allen
2017-09-20process input files more carefully in CLIDan Allen
2017-09-15resolves #1811 write manpages for each alternate mannameDan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-08fix invoker tests when run directlyDan Allen
2017-05-18use IO.write instead of File.open w/ blockDan Allen
2017-05-13resolves #1890 warn if doctype=inline and block has unexpected content model ...Dan Allen
2017-01-06resolves #1372 set localyear and docyear attributesDan Allen
2017-01-05fail if SOURCE_DATE_EPOCH is malformed; reset env var properly in testDan Allen
2016-12-08fix warningsDan Allen
2016-12-07resolves #1956 validate that output file will not overwrite input file (PR #1...Dan Allen
2016-11-27resolves #1948 accept named pipe (fifo) as the input file (PR #1951)Dan Allen
2016-10-04fix time assertion in test suite when running on Ruby 1.8.7Dan Allen
2016-10-04Honor the SOURCE_DATE_EPOCH environment variableAlexis Bienvenüe
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-22resolves #1530 honor htmlsyntax attribute when backend is html/html5Dan Allen
2015-10-05resolves #1495 allow docdate and doctime to be overriddenDan Allen
2015-07-16resolves #1400 don't copy css if stylesheet or stylesdir is a URIDan Allen
2014-11-23cleanup error checks and messagesDan Allen
2014-11-23resolves #1210 print encoding information in version outputDan Allen
2014-08-02print version when using -v switch aloneDan Allen
2014-06-19resolves #929 only include xmlns in docbook45 backend if xmlns attribute is s...Dan Allen
2014-05-19resolves #909 - add -t flag to cli to control output of timing informationGuillaume Grossetie
2014-02-28cloning of options & attributes is now handled in main APIsDan Allen
2014-02-28use implicit method rescue block in cli; cleanup interrupt handlingDan Allen
2014-02-28don't fail if seeking input is not permitted; add testDan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-20chomp endline from stylesheets; small cleanupsDan Allen
2014-02-16call each thing by its right nameDan Allen