index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
outline_spec.rb
Age
Commit message (
Expand
)
Author
2023-06-22
resolves #2430 remove null character enclosed by XML tag when sanitizing text...
Dan Allen
2022-10-30
switch from EOS to END as heredoc delimiter
Dan Allen
2022-08-30
really remove debug flag in test suite
Dan Allen
2022-08-30
don't include children of section with empty title in outline
Dan Allen
2022-05-15
don't add entry to TOC for notitle section if no content follows it
Dan Allen
2022-05-15
don't add entry to outline for notitle section if no content follows it
Dan Allen
2022-05-01
resolves #1789 allow entry for document in outline to be controlled using out...
Dan Allen
2022-01-19
resolves #1990 handle uppercase characters in character references (PR #1991)
Dan White
2020-09-03
allow each section to control depth of outline for self and children using ou...
Dan Allen
2020-05-19
verify outline expand levels can be set without specifying outline levels
Dan Allen
2020-05-04
verify outline attribute can be unset from the API
Dan Allen
2020-03-27
verify chapters are not included in outline if outlinelevels is 0
Dan Allen
2020-03-27
verify parts are not included in outline when outlinelevels is < 0
Dan Allen
2020-03-22
resolves #1619 disable document outline if outline document attribute is unse...
Dan Allen
2020-02-07
use eql in test suite instead of eq (PR #1543)
Dan Allen
2019-12-03
add and customize dedicated linter rules for rspec
Dan Allen
2019-12-03
enforce magic comment for frozen string literal
Dan Allen
2019-11-06
resolves #1357 enable fullscreen page mode if pdf-page-mode=fullscreen (PR #1...
Dan Allen
2019-10-30
verify that font names in SVG map to font names in document font catalog
Dan Allen
2019-10-30
add test for PageMode setting in PDF catalog
Dan Allen
2019-10-30
organize outline tests into contexts
Dan Allen
2019-10-27
resolves #1349 generate outline if document has doctitle but no body (PR #1351)
Dan Allen
2019-10-26
resolves #1348 don't duplicate first section in outline if doctitle is not se...
Dan Allen
2019-10-26
fix crash when document has no doctitle or sections and untitled-label attrib...
Dan Allen
2019-10-15
verify doctitle in outline points to second page when article has a front cover
Dan Allen
2019-10-14
verify doctitle in outline points to second page when book has a front cover
Dan Allen
2019-10-14
resolves #1322 include doctitle in outline for article when article is only a...
Dan Allen
2019-10-14
verify doctitle is added to outline for article doctype when title-page attri...
Dan Allen
2019-10-14
move doctype declaration into document in outline tests to make scenario easi...
Dan Allen
2019-10-14
verify doctitle is added to outline of book even when title page is disabled
Dan Allen
2019-10-11
ensure character references are properly decoded in toc
Dan Allen
2019-09-12
resolves #1268 document title in outline should point to second page if docum...
Dan Allen
2019-09-04
resolves #1224 allow second arg of outlinelevels attribute to control expand ...
Dan Allen
2019-06-18
introduce have_size matcher in test suite
Dan Allen
2019-05-07
resolves #1054 add outlinelevels attribute (PR #1056)
Dan Allen
2019-05-06
add test to verify front matter pages are labeled with roman numerals
Dan Allen
2019-05-03
pass doctype as symbol instead of string in test suite
Dan Allen
2019-05-03
use eql to compare numbers instead of be
Dan Allen
2019-04-29
add test to verify toclevels controls outline depth
Dan Allen
2019-04-23
resolves #262 rename Pdf module to PDF
Dan Allen
2019-04-21
add support for nbsp named entity
Dan Allen
2019-04-20
add outline tests; add helpers to extract outline; improve existing helpers
Dan Allen