summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
2021-04-09resolves #3757 output all mannames in name section of HTML output for manpage...Dan Allen
2021-04-09resolves #3997 rollback change for #3470; skip empty lines before processing ...Dan Allen
2020-10-31resolves #3804 link the notitle and showtitle attributes (PR #3805)Dan Allen
2020-10-31resolves #3513 apply max width to each top-level container instead of body in...Dan Allen
2020-10-31fix spelling error in test descriptionDan Allen
2019-12-06resolves #3470 condense contents of AsciiDoc include file (PR #3502)Dan Allen
2019-12-05fix misspelling in test descriptionsDan Allen
2019-04-28resolves #3283 register images in catalog correctly (PR #3284)Dan Allen
2019-04-19set SOURCE_DATE_EPOCH when running testsDan Allen
2019-04-15use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...Dan Allen
2019-03-25remove unused reftexts catalog entry assertions [skip ci]Dan Allen
2019-03-22use symbol blocks where appropriate in test suiteDan Allen
2019-03-21resolves #2441 substitute replacements in author values used in document head...Dan Allen
2019-03-19resolves #2861 log dropped lines at info level when attribute-missing=drop-li...Dan Allen
2019-03-19resolves #3163 drop indexterms table from document catalog (PR #3169)Dan Allen
2019-03-18when resolving a convert method for a node, only consider methods prefixed wi...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-01resolves #3114 log warning if footnoteref macro is found and compat mode is n...Dan Allen
2019-02-28resolves #3106 apply header subs when assigning doctitle back to doctitle att...Dan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-13resolves #1720 add header docinfo insertion slot (PR #3068)Dan Allen
2019-02-10resolves #3064 compute docyear and docdatetime from docdate and doctime (PR #...Guillaume Grossetie
2019-02-10use indented (squiggly) heredoc strings in document_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-04use do..end syntax for multiline blocks in test suiteDan Allen
2019-01-15resolves #3017 insert user docinfo after built-in docinfo (PR #3019)Dan Allen
2019-01-14resolves #3011 propagate document ID to DocBook output (PR #3012)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-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