summaryrefslogtreecommitdiff
path: root/test/sections_test.rb
AgeCommit message (Expand)Author
2020-05-16Upgrade TruffleRuby in CI build to 20.0.0 (PR #3659)Guillaume Grossetie
2019-06-09restore deprecated writable number property on AbstractBlockDan Allen
2019-03-25resolves #3202 convert cataloged titles containing attribute references eager...Dan Allen
2019-03-25remove unused reftexts catalog entry assertions [skip ci]Dan Allen
2019-03-18provide simplified xreftext implementation on DocumentDan Allen
2019-03-16resolves #3152 prevent section level from being negative; fix infinite loop (...Dan Allen
2019-03-16Always store section numeral as string (PR #3144)Mikko Värri
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-12group section level tests inside Levels contextDan Allen
2019-02-11resolves #1173 apply substitutions to block and section titles in normal orde...Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-09resolves #3060 require setext section title to have at least one alphanumeric...Dan Allen
2019-02-07use indented (squiggly) heredoc strings in sections_testDan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)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-12-01resolves #1852 ignore explicit section level style (PR #2971)Dan Allen
2018-10-27resolves #2738 use part-signifier and chapter-signifier, if set (PR #2763)Dan Allen
2018-10-23resolves #2931 fix crash when child section of part is out of sequence and se...Dan Allen
2018-09-19rename number property to numeral (PR #2873)Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-08-23add test to verify processor warns if explicit ID collides with auto-generate...Dan Allen
2018-08-23test that duplicate synthetic ID is automatically enumerated (deduplicated)Dan Allen
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