summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
AgeCommit message (Expand)Author
2018-10-18verify line comment that looks like sibling description list item is skippedDan Allen
2018-10-01resolves #1360 preserve comment guard on callout when icons not enabled (PR #...Dan Allen
2018-10-01make space before callout number after custom line comment character optionalDan Allen
2018-09-25require marker for items in callout list to have circumfix bracketsDan Allen
2018-09-25resolves #2871 (reprise) change autonumbered callout from <0> to <.>Dan Allen
2018-09-23cache custom callout rx using default hash procDan Allen
2018-09-22resolves #2871 autonumber <0> callouts in verbatim blocks and callout lists (...Dan Allen
2018-09-21resolves #2872 correct list parsing (PR #2877)Dan Allen
2018-09-16eagerly assign style to ordered list when parsing list items (PR #2870)Dan Allen
2018-09-16add test for how default style is determined for olistDan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-09-09resolves #2863 only support a single unicode bullet as a list marker (PR #2864)Dan Allen
2018-09-06resolves #2854 allow lists to be nested to arbitrary depth (PR #2857)Dan Allen
2018-07-30resolves #2812 catalog inline anchors in ordered lists (PR #2813)Owen Heisler
2018-05-10resolves #2771 don't allow block attributes to be inherited by sibling blocks...Dan Allen
2018-04-30use cursor mark to track source location in callout list (PR #2735)Dan Allen
2018-04-30resolves #1926 use correct parse mode when parsing blocks for list item (PR #...Dan Allen
2018-04-27process bibliography anchors when parsing listDan Allen
2018-04-27resolves #2257 catalog anchor in lists and tablesDan Allen
2018-04-25simplify regex for dlists (PR #2720)Dan Allen
2018-04-23use cursor marks to track line numbers more accurately and efficientlyDan Allen
2018-04-23populate source_location on list items if sourcemap is enabledGuillaume Grossetie
2018-04-23fix incorrect line number on lists and tablesSeiichi KONDO
2018-04-21consolidate checklist parsing; assert attributes are properly setDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-01-10resolves #2529 don't throw exception if text of dd node is nil (#2530)Dan Allen
2017-11-20correctly validate lower roman numerals (PR #2491)Dan Allen
2017-11-12use roman numerals in warning message when out of sequenceDan Allen
2017-09-28use assert_includes in place of raw assertion in list testsDan Allen
2017-09-22use assert_kind_of in place of assert ... is_a? in test suiteDan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-11resolves #1478 retain block content in items of callout list (PR #2310)Dan Allen
2017-07-11fix line numbers in callout list warnings; add tests to verifyDan Allen
2017-06-24disable header_footer when converting bibliography in testDan Allen
2017-06-18trap and verify warnings in list testsDan Allen
2017-06-15resolves #560 and #1562 catalog bibliography anchors and capture reftext (PR ...Dan Allen
2017-06-14automatically add bibliography style to all direct descendant lists of biblio...Dan Allen
2017-06-09Do not match bibliography anchor that begins with digit (#2247)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-05-16remove trailing spaces in sourceDan Allen
2017-03-29rename labeled list to description list internally (PR #2097)Dan Allen
2017-02-23resolves #2035 allow API to control subs applied to ListItem text (PR #2036)Dan Allen
2017-02-22resolves #2033 allow text of ListItem to be assigned (in an extension) (PR #2...Dan Allen
2016-11-14resolves #1924 automatically add bibliography style to unordered listDan Allen
2016-08-01resolves #1830 set reversed attribute on ol if reversed option is enabled (PR...Dan Allen
2016-01-28Merge pull request #1683 from mojavelinux/rename-definition-list-to-descripti...Dan Allen
2016-01-27rename definition list to description list internallyDan Allen
2016-01-26resolves #1679 fix false positive for start of listDan Allen