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