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
/
index_spec.rb
Age
Commit message (
Expand
)
Author
2022-05-21
expand test for collapsing space around hidden index terms
Dan Allen
2022-05-10
resolves #2149 preserve columns on subsequent pages in the index section (PR ...
Dan Allen
2022-05-04
resolves #1656 introduce index-pagenum-sequence-style document attribute to c...
Dan Allen
2022-04-26
resolves #2061 collapse space in front of hidden index term (PR #2083)
Dan Allen
2022-03-05
add helper to retrieve metadata for destination
Dan Allen
2021-05-14
resolves #1929 honor prepress page margins on subsequent pages in index (PR #...
Dan Allen
2021-04-03
fix missing index entry in test
Dan Allen
2021-04-03
fix lint error
Dan Allen
2021-04-03
add test case for #1902
Dan Allen
2020-10-15
remove wip from test
Dan Allen
2020-10-14
verify empty list of index terms is ignored
Dan Allen
2020-08-25
consistently use "be" matcher to assert page number
Dan Allen
2020-08-18
resolves #1735 align TOC section properly when index exceeds one page and sec...
Dan Allen
2020-08-17
fix crash when TOC is enabled and index is empty
Dan Allen
2020-08-05
add test for index category initialization
Dan Allen
2020-08-04
verify that index terms with different casing are not grouped
Dan Allen
2020-08-04
verify capitalized terms are sorted ahead of non-capitlized terms
Dan Allen
2020-06-28
allow an index term to be defined in section title with auto-generated ID
Dan Allen
2020-06-22
verify excess bottom margin of index category is not distributed to top of ne...
Dan Allen
2020-06-12
update test for index term inside delimited block to include non-visible inde...
Dan Allen
2020-05-06
remove deprecated "ascii" fonts; only bundle the more complete "subset" fonts
Dan Allen
2020-05-02
fix lint error
Dan Allen
2020-05-01
resolves #1672 prevent generator from allocating space for placeholder null c...
Dan Allen
2020-04-30
make assertion in index spec clearer
Dan Allen
2020-04-29
resolves #1663 allow theme to configure number of index columns (PR #1669)
Dan Allen
2020-04-28
verify index is arranged into two columns
Dan Allen
2020-04-26
resolves #1665 do not insert blank line in index when term is forced to break...
Dan Allen
2020-04-24
resolves #1657 sort page numbers in index numerically instead of lexicographi...
Dan Allen
2020-04-22
simplify calls to find_text that include a filter
Dan Allen
2020-03-23
add test case for single pagenum range and split range in index
Dan Allen
2020-02-19
don't render index section if index is empty
Dan Allen
2020-02-05
verify index entries inside delimited block are not added twice to index
Dan Allen
2020-01-07
move doctype to document in index test
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-12-02
fix lint errors in test suite
Dan Allen
2019-11-26
resolves #1405 ignore case when sorting terms in index
Dan Allen
2019-11-22
resolves #645 apply hanging indent to wrapped lines in index (PR #1400)
Dan Allen
2019-10-07
add test to verify that index entry links back to term in content
Dan Allen
2019-07-27
simplify attribute assignments in test suite
Dan Allen
2019-06-18
introduce have_size matcher in test suite
Dan Allen
2019-06-01
add test to verify anchors for index terms are reproducible
Dan Allen
2019-06-01
make sure using index terms doesn't violate the reproducible contract
Dan Allen
2019-05-28
ensure index section doesn't get numbered when it shouldn't
Dan Allen
2019-05-04
verify index category letters are bold
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-05-03
add test to verify nested index terms are not automatically promoted
Dan Allen
2019-05-02
add lines helper to test suite
Dan Allen
2019-05-02
add rudimentary tests for index
Dan Allen