summaryrefslogtreecommitdiff
path: root/spec/list_spec.rb
AgeCommit message (Expand)Author
2022-06-05resolves #1737 add backlink from bibref on bibliography entry to first refere...Dan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...Dan Allen
2022-05-11correctly detect preceding code block when determining whether to collapse to...Dan Allen
2022-04-19move code-callout-list-margin-top theme key to callout-list-margin-top-after-...Dan Allen
2022-04-18resolves #1722 add callout-list category to theme for controlling font proper...Dan Allen
2022-04-18allow role or theme to control text alignment of colistDan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using line-heigh...Dan Allen
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap d...Dan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2022-04-12verify spacing is consistent between items in lineal listDan Allen
2022-04-12fix lint errors in testsDan Allen
2022-04-12correctly compute height of delimited block attached to description of item i...Dan Allen
2022-04-08remove .only prefix on test [skip ci]Dan Allen
2022-04-06resolves #1994 apply font color and text transform from theme to terms in hor...Dan Allen
2022-03-02resolves #2001 prevent converter for list item from inserting new page to pos...Dan Allen
2021-09-17verify that a singular conum_glyphs value only supports a single conumDan Allen
2021-09-16add test to verify multiple, comma-separated ranges can be specified for conu...Dan Allen
2021-03-28resolves #1895 allow theme to control top margin of callout lists (PR #1896)Eiji Honjo
2020-11-11upgrade RuboCop, add new rules, and update code to fix violationsDan Allen
2020-10-12verify line height for dlist term set by theme is applied to horizontal dlistDan Allen
2020-09-15test case when colist does not follow a verbatim blockDan Allen
2020-08-25consistently use "be" matcher to assert page numberDan Allen
2020-08-14verify start value of olist can be < 0 when using decimal numberingDan Allen
2020-07-29display decimal list marker correctly when list is reversedDan Allen
2020-07-27fix lint errorDan Allen
2020-07-27verify reverse ordering works for alpha numberingDan Allen
2020-07-15use correct list style for testDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-07-10fix lint errorDan Allen
2020-07-10test that list indent defaults to 0 for unstyled listDan Allen
2020-07-09verify custom list indent is applied to list with none styleDan Allen
2020-07-09verify theme can set line height of description list termsDan Allen
2020-06-06verify converter can convert qanda item with only block contentDan Allen
2020-05-27introduce find_unique_text helper and use it in list testsDan Allen
2020-05-23add test for description list item with no descriptionDan Allen
2020-05-23add scenario for itemized description list item that has only blocks, no textDan Allen
2020-05-21fix broken testsDan Allen
2020-05-21verify indent for list can be disabledDan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-05-11test that default marker color for all lists can be set using themeDan Allen
2020-05-10assert unknown list style message not logged in scratch documentDan Allen
2020-05-10add test for start value of 1 on ordered listDan Allen
2020-05-06verify converter does not crash if conum_glyphs is a single value; fix note f...Dan Allen
2020-04-28resolves #1650 use more robust strategy for line height normalization (PR #1667)Dan Allen
2020-04-26add test for reversed option on ordered listDan Allen
2020-04-22simplify calls to find_text that include a filterDan Allen
2020-04-22test case of qanda item with no answerDan Allen
2020-04-21add test for changing marker font color on listDan Allen
2020-04-18fix lint errorDan Allen
2020-04-18add test to verify negative start value is ignored for alpha-based list markersDan Allen