summaryrefslogtreecommitdiff
path: root/spec/list_spec.rb
AgeCommit message (Expand)Author
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
2020-04-17add test to verify margin collapsing isn't applied to colist at top of pageDan Allen
2020-04-07move dest test cases to dest testsDan Allen
2020-04-07add tests for list IDDan Allen
2020-04-05add test for unknown list style on ordered listDan Allen
2020-04-05add test for unknown list style on unordered listDan Allen
2020-04-05add test for controlling text align of list using role or theme keyDan Allen
2020-04-03add test for decimal list styleDan Allen
2020-04-03add test for horizontal list with block titleDan Allen
2020-04-03add test for dlist with only block descDan Allen
2020-03-26verify behavior when computing width of missing glyphDan Allen
2020-03-18add test for font styles on term of horizontal dlistDan Allen
2020-03-11fix code styleDan Allen
2020-03-11add case for custom conum range that uses literal charactersDan Allen
2020-03-11add case of custom list marker that uses literal characterDan Allen
2020-03-11do not crash if item in unordered desciption list has no desc and do not appe...Dan Allen
2020-03-11do not crash if item in horizontal desciption list has no descDan Allen
2020-03-01validate that nested lists are indentedDan Allen
2020-03-01rewrite lines method in text inspector to insert space between separate text ...Dan Allen
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
2020-01-28add test to verify spacing between colist and listing or literal blockDan Allen
2020-01-27add test that verifies spacing after item in dlist with complex contentDan Allen
2019-12-04fix test failures in JRubyDan 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-10-19make flags in test suite more fine-grainedDan Allen
2019-10-11verify checklist marker from fallback font is used if missing from main fontDan Allen
2019-10-07fix broken specDan Allen
2019-10-07add test to verify FontAwesome icon can be used as list markerDan Allen
2019-10-06resolves #1303 fixes position of list marker at prepress page break (PR #1304)Dan Allen
2019-09-29add test for spacing between complex list items and nested listsDan Allen
2019-09-29add tests for list markers in mixed nested listDan Allen
2019-09-26resolves #1292 apply subs to desc text of item in horizontal dlist (PR #1293)Dan Allen
2019-09-24verify that term in horizontal dlist is aligned to topDan Allen
2019-09-24resolves #310 implement horizontal layout for dlist (PR #1283)Dan Allen
2019-09-24remove wip from test [skip ci]Dan Allen
2019-09-23resolves #1289 allow theme to control font properties of description list ter...Dan Allen
2019-09-21resolves #1280 implement unordered and ordered description lists (PR #1281)Dan Allen
2019-09-20remove wip from test description [skip ci]Dan Allen
2019-09-20ensure term with italic text is styled as bold italicDan Allen
2019-09-09ensure colist has even spacing when one of the items is monospace onlyDan Allen
2019-09-08resolves #1204 ensure line height of list items and toc entries is consistent...Dan Allen
2019-09-06add initial qanda list test; fix spacing between questionsDan Allen
2019-08-26move method to allocate space for list item to helper method; add testsDan Allen
2019-08-10add test to verify marker for unordered list and checklist can be customized ...Dan Allen