summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
AgeCommit message (Expand)Author
2019-04-01use IO.popen with env argument in test suite (PR #3229)Dan Allen
2019-03-26resolves #3205 apply verbatim substitutions to literal paragraphs attached to...Dan Allen
2019-03-22resolves #2818 catalog inline anchors at start of callout list itemsOwen Heisler
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-02resolves #3121 don't eat space before callout number in source block if line-...Dan Allen
2019-02-23resolves #2840 transmit id and role assigned to list item in AST to outputDan Allen
2019-02-19resolves #3085 don't store fallback text on bibref node (PR #3086)Dan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-14document assertion workaround for nokogiri on JRuby [skip ci]Dan Allen
2019-02-13resolves #2766 don't parse dlist entry if term is empty (PR #2767)Dan Allen
2019-02-10fix tests on JRubyDan Allen
2019-02-10use indented (squiggly) heredoc strings in lists_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
2019-01-10update development dependencies (PR #3000)Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-26resolves #2783 define any character match to be compatible with JavaScript (P...Dan Allen
2018-10-19resolves #2888 don't hang on description list item that begins with /// (PR #...Dan Allen
2018-10-18verify comment line that looks like top-level description list term is skippedDan Allen
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