summaryrefslogtreecommitdiff
path: root/test/sections_test.rb
AgeCommit message (Expand)Author
2024-02-19resolves #3602 move abstract inside info tag in DocBook output (PR #4508)Dan Allen
2023-05-06resolves #4450 consistently produce partintro as a compound open block (PR #4...Dan Allen
2023-04-22resolves #4437 support notitle option on section as preferred alternative to ...Dan Allen
2022-10-27fix typo in test description in sections_test.rb (PR #4377)David M. Carr
2021-11-07add test to verify partintro can be defined using special sectionDan Allen
2021-10-18rename default branchDan Allen
2021-10-07resolves #4151 don't promote level-0 special section at start of document to ...Dan Allen
2021-09-02resolves #4139 allow section ID to be unset using empty id attribute (PR #4150)Dan Allen
2021-09-01add test to verify title of section with explicit ID and attribute references...Dan Allen
2021-07-31use single quoted string or use %() for interpolated string in test suiteDan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-06-03use comma after last entry in multi-line array [skip ci]Dan Allen
2021-05-31use appropriate assertions in test suiteDan Allen
2021-05-31use assert_empty/refute_empty where possible in test suiteDan Allen
2021-05-27remove or mark unused block arguments in test suite; fix missing logger asser...Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-17fix references to AsciiDoc.py in code comments [skip ci]Dan Allen
2021-04-14resolves #4013 increment counter (but not the corresponding attribute) if att...Dan Allen
2021-04-13add tests for altering initial appendix and chapter numberDan Allen
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