summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-07-05fix default docinfo substitution behavior (PR #2296)Dan Allen
2017-06-25use Set comparison to assert keys in catalogDan Allen
2017-06-24use render_embedded_string method instead of setting header_footer option to ...Dan Allen
2017-06-19trap warnings in document testsDan Allen
2017-06-18add test to verify lineno of empty section at end of input is accurateDan Allen
2017-06-04rename references to catalog; alias references to catalog (PR #2237)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-05-19use \s as whitespace delimiter instead of \p{Blank}Dan Allen
2017-05-18use IO.write instead of File.open w/ blockDan Allen
2017-05-15resolves #1574 add meta for shortcut icon if favicon attribute is set (PR #2192)Dan Allen
2017-05-13pass count to path query method in test helperDan Allen
2017-05-07resolves #2112 sanitize content of authors meta tag in HTML output (PR #2181)Dan Allen
2017-05-04resolves #2155 noheader attribute should suppress info element in docbook bac...Dan Allen
2017-04-29resolves #2161 fail with informative message if converter cannot be resolved ...Dan Allen
2017-04-29use raise with exception class instead of fail (PR #2158)Dan Allen
2017-01-23resolves #1996 set sectname of header section to sectname (PR #2000)Dan Allen
2016-12-30resolves #1673 set built-in docfilesuffix attribute (PR #1979)Dan Allen
2016-12-17add tests to verify compat mode is set properlyDan Allen
2016-12-09resolves #1916 for real; add testDan Allen
2016-11-27resolves #1939 add support for covers in DocBook 5 converter (PR #1949)Dan Allen
2016-11-18resolves #1897 close all files opened internallyDan Allen
2016-06-24resolves #1804 verify output lines are separated by line feed onlyDan Allen
2016-01-27rename definition list to description list internallyDan Allen
2015-12-31resolves #1453 add attribute to control build reproducibilitybrian m. carlson
2015-12-29remove trailing endlines in sourceDan Allen
2015-12-22resolves #1587 don't swallow doctitle attribute followed by block titleDan Allen
2015-12-17resolves #1618 guard against nil dlist list item in find_byDan Allen
2015-12-04resolves #1597 change xlink namespace to xl in DocBook 5 outputDan Allen
2015-10-31prepare for 1.5.3 releaseDan Allen
2015-10-31include full stop after footnote number in embeddable HTMLDan Allen
2015-10-24Merge pull request #1531 from mojavelinux/issue-1530Dan Allen
2015-10-22add test for nofooter attributeDan Allen
2015-10-22resolves #1530 honor htmlsyntax attribute when backend is html/html5Dan Allen
2015-10-17resolves #1510 use value of docinfo attribute to enable docinfo behaviorDan Allen
2015-10-08resolves #1503 insert docinfo footer below footer divDan Allen
2015-10-05resolves #1458 don't fail to save cause of Java exceptionRobert Panzer
2015-07-19resolves #1179 show manpage title & name section in embeddable HTMLDan Allen
2015-07-10resolves #1393 block argument to find_by should filter resultsDan Allen
2015-07-09fix broken testDan Allen
2015-05-22allow title separator to be customizedRomain Manni-Bucau
2015-05-14resolves #1342 fix precision error in timings reportDan Allen
2015-01-07add assertions to MathJax test to verify #1198Dan Allen
2014-12-27resolves #1248 don't truncate exception stack in Asciidoctor.loadDan Allen
2014-12-20resolves #405 - add attribute to control which substitutions are performed on...Guillaume Grossetie
2014-11-23cleanup error checks and messagesDan Allen
2014-11-20resolves #1192 preserve URI targets universallyDan Allen
2014-11-10Allow docinfo to be in separate directory from contentGuillaume Grossetie
2014-10-28resolves #1158 Enhance error message when reading binary input filesGuillaume Grossetie
2014-10-13Generate proper DocBook output for manpage doctypebrian m. carlson