summaryrefslogtreecommitdiff
path: root/test/sections_test.rb
AgeCommit message (Expand)Author
2018-05-02replace dot with idseparator in generated ID (PR #2744)Dan Allen
2018-05-01consolidate section ID generation code; add tests for dot characterDan Allen
2018-04-22change default value of numbered argument in Section#initialize to falseDan Allen
2018-04-22resolves #2298 add numbering for partsDan Allen
2018-04-21consolidate assignments in Section#initializeDan Allen
2018-04-20resolves #2687 number special sections with chapters when sectnums=all (PR #2...Dan Allen
2018-04-19resolves #2387 allow role to be set on documentDan Allen
2018-04-19resolves #2174 shorthand attribute syntax no longer resets block styleDan Allen
2018-04-19ID in block attributes above document title takes precedence over ID defined ...Dan Allen
2018-04-18merge PR #2679Dan Allen
2018-04-18add tests to verify warnings when section title is out of sequenceDan Allen
2018-04-18resolves #2433 warn if nested sections are used where not allowedDan Allen
2018-04-17resolves #794 drop XML tags, character refs, and non-word chars when generati...Dan Allen
2018-04-16resolves #840 drop anchors from contents of entries in TOC (PR #2678)Dan Allen
2018-04-16replace while loop with if condition in Section.generate_idDan Allen
2018-04-15switch remaining redirect_streams to memory logger outside of CLI testsDan Allen
2018-04-15resolves #1133 show error if delimited block is not terminatedDan Allen
2018-04-15resolves #2572 don't report warning about same level 0 section multiple times...Dan Allen
2018-04-15rephrase warning message about using level 0 sections when the doctype is not...Dan 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-14resolves #661 additionally number special sections when sectnums=all (PR #2463)Dan Allen
2018-04-13resolves #1521 don't output special section title if untitled option is set (...Dan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-01-03add Ruby 2.5.0 to CI build matrix (PR #2528)Dan Allen
2017-11-22resolves #2485 add positioning option to sectanchors attributeDan Allen
2017-09-26resolves #2301 register document in catalog if id is set (PR #2428)Dan Allen
2017-09-26resolves #2243 leave inline anchor in section title as is if section has ID (...Dan Allen
2017-09-22use assert_kind_of in place of assert ... is_a? in test suiteDan Allen
2017-09-08resolves #2401 add CSS class to part that matches role (PR #2402)Dan Allen
2017-08-26only use first character of idseparator (PR #2386)Dan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-22use atx and setext terminology when refering to section title syntax (PR #2334)Dan Allen
2017-07-22preprocess second line of setext discrete heading (PR #2332)Dan Allen
2017-07-22preprocess second line of setext section title; add test (PR #2321)Dan Allen
2017-07-11resolves #2244 warn if duplicate ID is detected (PR #2308)Dan Allen
2017-07-10add assertion that number property is set on appendixDan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-06-25remove trailing spacesDan Allen
2017-06-24use render_embedded_string method instead of setting header_footer option to ...Dan Allen
2017-06-18always delete title attribute when assigning to blockDan Allen
2017-06-10add test for reindex_sections methodDan Allen
2017-06-04rename references to catalog; alias references to catalog (PR #2237)Dan Allen
2017-06-02resolves #2234 don't number special sections or special subsections by defaul...Dan Allen
2017-05-29simplify regexp for matching inline section anchor (#2224)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-05-27remove invalid test for appendix numberingDan Allen
2017-05-25always set numbered property on appendix to true; add testDan Allen
2017-05-22resolves #2206 assign sectname based on name of manuscript element (PR #2207)Dan Allen
2017-05-21fix misspelling in test titleDan Allen