summaryrefslogtreecommitdiff
path: root/spec/outline_spec.rb
AgeCommit message (Collapse)Author
2023-06-22resolves #2430 remove null character enclosed by XML tag when sanitizing ↵Dan Allen
text (PR #2431)
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-08-30really remove debug flag in test suiteDan Allen
2022-08-30don't include children of section with empty title in outlineDan Allen
2022-05-15don't add entry to TOC for notitle section if no content follows itDan Allen
2022-05-15don't add entry to outline for notitle section if no content follows itDan Allen
2022-05-01resolves #1789 allow entry for document in outline to be controlled using ↵Dan Allen
outline-title attribute (PR #2117)
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2020-09-03allow each section to control depth of outline for self and children using ↵Dan Allen
outlinelevels block attribute
2020-05-19verify outline expand levels can be set without specifying outline levelsDan Allen
2020-05-04verify outline attribute can be unset from the APIDan Allen
2020-03-27verify chapters are not included in outline if outlinelevels is 0Dan Allen
2020-03-27verify parts are not included in outline when outlinelevels is < 0Dan Allen
2020-03-22resolves #1619 disable document outline if outline document attribute is ↵Dan Allen
unset (PR #1622)
2020-02-07use eql in test suite instead of eq (PR #1543)Dan Allen
- eql does not attempt to cast type
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-11-06resolves #1357 enable fullscreen page mode if pdf-page-mode=fullscreen (PR ↵Dan Allen
#1366)
2019-10-30verify that font names in SVG map to font names in document font catalogDan Allen
2019-10-30add test for PageMode setting in PDF catalogDan Allen
2019-10-30organize outline tests into contextsDan Allen
2019-10-27resolves #1349 generate outline if document has doctitle but no body (PR #1351)Dan Allen
2019-10-26resolves #1348 don't duplicate first section in outline if doctitle is not ↵Dan Allen
set (PR #1350)
2019-10-26fix crash when document has no doctitle or sections and untitled-label ↵Dan Allen
attribute is unset
2019-10-15verify doctitle in outline points to second page when article has a front coverDan Allen
2019-10-14verify doctitle in outline points to second page when book has a front coverDan Allen
2019-10-14resolves #1322 include doctitle in outline for article when article is only ↵Dan Allen
a single page (PR #1323)
2019-10-14verify doctitle is added to outline for article doctype when title-page ↵Dan Allen
attribute is set
2019-10-14move doctype declaration into document in outline tests to make scenario ↵Dan Allen
easier to read
2019-10-14verify doctitle is added to outline of book even when title page is disabledDan Allen
2019-10-11ensure character references are properly decoded in tocDan Allen
2019-09-12resolves #1268 document title in outline should point to second page if ↵Dan Allen
document has cover page (PR #1269)
2019-09-04resolves #1224 allow second arg of outlinelevels attribute to control expand ↵Dan Allen
depth of outline (PR #1251)
2019-06-18introduce have_size matcher in test suiteDan Allen
2019-05-07resolves #1054 add outlinelevels attribute (PR #1056)Dan Allen
2019-05-06add test to verify front matter pages are labeled with roman numeralsDan Allen
2019-05-03pass doctype as symbol instead of string in test suiteDan Allen
2019-05-03use eql to compare numbers instead of beDan Allen
2019-04-29add test to verify toclevels controls outline depthDan Allen
2019-04-23resolves #262 rename Pdf module to PDFDan Allen
- rename Pdf module to PDF - alias Pdf to PDF for backwards compatibility
2019-04-21add support for nbsp named entityDan Allen
* allow &nbsp; to be used in text * replace occurances of the named entity nbsp with a single space in outline * replace nbsp character reference with a blank space in the link href
2019-04-20add outline tests; add helpers to extract outline; improve existing helpersDan Allen