summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
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-27resolves #2779 track imagesdir on image node and in catalog (PR #2897)Dan Allen
2018-09-26resolves #2880 fix crash when attribute entry continuation is used on last li...Ariel Zelivansky
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-07-31fix warning in test suiteDan Allen
2018-04-30refactor sub_attributes (PR #2300)Dan Allen
2018-04-29resolves #2019 prevent footnote ID from clashing with auto-generated footnote...Dan Allen
2018-04-29resolves #2728 populate copyright element in DocBook output from value of cop...Dan Allen
2018-04-27use consistent phrase to indicate the processor is automatically recovering f...Dan Allen
2018-04-18include favicon tag in htmlsyntax=xml testDan Allen
2018-04-15switch remaining redirect_streams to memory logger outside of CLI testsDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-11resolves #2642 resolve parent references in start path when resolving system ...Dan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-03-29add tests for missing manual and source in docbook manpage outputDan Allen
2018-02-19change rel for favicon from shortcut icon to iconDan Allen
2018-02-18resolves #2564 propagate catalog_assets option to nested document (PR #2565)Dan Allen
2017-11-18resolves #2481 fix crash when author_1 attribute is assigned directly (PR #2487)Dan Allen
2017-10-20assert behavior when value of title document attribute is blankDan Allen
2017-10-15store id of manname section and add to heading in HTML outputDan Allen
2017-10-14automatically uppercase value of manname-title if subsequent section is upper...Dan Allen
2017-10-11uppercase manname-title attribute value in manpage converterDan Allen
2017-10-06resolves #2439 add test to ensure & in author line is not double escaped (PR ...Dan Allen
2017-09-27resolves #2429 alias Document#title method to no args Document#doctitle metho...Dan Allen
2017-09-15resolves #1811 parse and pass all manpage names to output documentDan Allen
2017-09-15remove excess indentation in test suiteDan Allen
2017-09-01move callouts into document catalog (PR #2394)Dan Allen
2017-08-27move API tests to dedicated fileDan Allen
2017-08-14resolves #2258 set outfilesuffix to match file extension of output file (PR #...Dan Allen
2017-08-11set :to_dir option correctly when output file is specifiedDan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-19add missing scenario when parsing revision info lineDan Allen
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