summaryrefslogtreecommitdiff
path: root/test/manpage_test.rb
AgeCommit message (Expand)Author
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-10-16resolves #4182 support dropping principal text of list item or description te...Dan Allen
2021-07-27resolves #4110 fix missing automatic reftext for internal xrefs in manpage ou...Dan Allen
2021-06-08add error class to assert_raises in test suite where missingDan Allen
2021-06-08use assert_raises in test suite where possibleDan Allen
2021-05-31use appropriate assertions in test suiteDan Allen
2021-05-31use assert_empty/refute_empty where possible in test suiteDan Allen
2021-05-29use reject instead of select with negated condition in test suiteDan Allen
2021-05-27fix spaces and indentation in test suiteDan Allen
2021-05-15manpage: fix apostrophe portability (PR #4060)Felipe Contreras
2021-05-14replace numeric character reference for degree sign in manpage outputDan Allen
2021-05-14replace numeric character reference for plus in manpage outputDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-26format keyboard references in monospace in manpage outputDan Allen
2021-04-26add tests for UI macros in manpage converterDan Allen
2021-04-10resolves #3892 don't mangle formatting macros when uppercasing section titles...Dan Allen
2021-04-09resolves #4004 remove redundant trailing space on URL followed by non-adjacen...Dan Allen
2021-04-08resolves #4000 substitute attribute references in manpurpose inside NAME sect...Dan Allen
2021-04-07resolves #3992 use .bp macro at location of page break in manpage output (PR ...Dan Allen
2021-04-07remove extra .sp before content of verse block in manpage outputDan Allen
2021-04-07don't escape hyphen when printing manname in NAME section in manpage outputDan Allen
2021-04-06add test for unresolved footnote reference in manpage converterDan Allen
2021-04-05resolves #3988 fix formatting of footnote text with URL in manpage output (PR...Dan Allen
2021-04-04resolves #3989 fix layout of footnotes in manpage output and add tests (PR #3...Dan Allen
2020-07-17port fix for #3543 to manpage converterDan Allen
2020-07-16resolves #3714 honor start attribute on ordered list in manpage output (PR #3...Dan Allen
2020-05-10resolves #3645 fix escaping ellipsis at start of line (PR #3644)Jean-Noël Avila
2019-11-04resolves #3456 preserve repeating backslashes when generating manpage output ...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-01resolves #3111 drop verse table cell style (treat as normal table cell) (PR #...Dan Allen
2019-02-16resolves #3077 implement full support for styled xreftext in manpage converterDan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-14remove trailing spaces from source [skip ci]Dan Allen
2019-02-10fix indentation in api_test and manpage_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-05implement handler for image node in converter for manpage backendDan Allen
2019-02-02use indented (squiggly) heredoc strings in preamble_test and manpage_testDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-27resolves #1639 generate manpage even if input is non-conforming or malformed ...Dan Allen
2018-09-29normalize all whitespace in manpurposeDan Allen
2018-09-29resolves #2890 consolidate inner whitespace in prose in manpage outputDan Allen
2018-09-12resolves #2810 allow manname and manpurpose to be specified using attributes ...Dan Allen
2018-05-27resolves #2792 fix formatting of quote block in manpage output (PR #2793)Dan Allen
2018-05-02resolves #2751 use alternate macro to switch on monospaced textDan Allen
2018-04-14resolves #2654 don't output e-mail address twice in manpage output (PR #2665)Dan Allen
2018-04-11remove trailing whitespace in sourceDan Allen
2018-03-14add space between em and dashes in test descriptionDan Allen
2018-03-13resolves #2604 fix em dash replacement in manpage converter (PR #2607)Dan Allen