index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sections_test.rb
Age
Commit message (
Expand
)
Author
2024-02-19
resolves #3602 move abstract inside info tag in DocBook output (PR #4508)
Dan Allen
2023-05-06
resolves #4450 consistently produce partintro as a compound open block (PR #4...
Dan Allen
2023-04-22
resolves #4437 support notitle option on section as preferred alternative to ...
Dan Allen
2022-10-27
fix typo in test description in sections_test.rb (PR #4377)
David M. Carr
2021-11-07
add test to verify partintro can be defined using special section
Dan Allen
2021-10-18
rename default branch
Dan Allen
2021-10-07
resolves #4151 don't promote level-0 special section at start of document to ...
Dan Allen
2021-09-02
resolves #4139 allow section ID to be unset using empty id attribute (PR #4150)
Dan Allen
2021-09-01
add test to verify title of section with explicit ID and attribute references...
Dan Allen
2021-07-31
use single quoted string or use %() for interpolated string in test suite
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-06-03
use comma after last entry in multi-line array [skip ci]
Dan Allen
2021-05-31
use appropriate assertions in test suite
Dan Allen
2021-05-31
use assert_empty/refute_empty where possible in test suite
Dan Allen
2021-05-27
remove or mark unused block arguments in test suite; fix missing logger asser...
Dan Allen
2021-05-25
use single-quoted strings where possible in test suite
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-17
fix references to AsciiDoc.py in code comments [skip ci]
Dan Allen
2021-04-14
resolves #4013 increment counter (but not the corresponding attribute) if att...
Dan Allen
2021-04-13
add tests for altering initial appendix and chapter number
Dan Allen
2020-05-16
Upgrade TruffleRuby in CI build to 20.0.0 (PR #3659)
Guillaume Grossetie
2019-06-09
restore deprecated writable number property on AbstractBlock
Dan Allen
2019-03-25
resolves #3202 convert cataloged titles containing attribute references eager...
Dan Allen
2019-03-25
remove unused reftexts catalog entry assertions [skip ci]
Dan Allen
2019-03-18
provide simplified xreftext implementation on Document
Dan Allen
2019-03-16
resolves #3152 prevent section level from being negative; fix infinite loop (...
Dan Allen
2019-03-16
Always store section numeral as string (PR #3144)
Mikko Värri
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-02-19
resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)
Dan Allen
2019-02-12
group section level tests inside Levels context
Dan Allen
2019-02-11
resolves #1173 apply substitutions to block and section titles in normal orde...
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-09
resolves #3060 require setext section title to have at least one alphanumeric...
Dan Allen
2019-02-07
use indented (squiggly) heredoc strings in sections_test
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-01-06
switch to modern hash syntax
Dan Allen
2019-01-06
use require_relative instead of modifying $LOAD_PATH
Dan Allen
2019-01-06
remove workarounds for Ruby < 2.3
Dan Allen
2018-12-01
resolves #1852 ignore explicit section level style (PR #2971)
Dan Allen
2018-10-27
resolves #2738 use part-signifier and chapter-signifier, if set (PR #2763)
Dan Allen
2018-10-23
resolves #2931 fix crash when child section of part is out of sequence and se...
Dan Allen
2018-09-19
rename number property to numeral (PR #2873)
Dan Allen
2018-09-11
replace the use of render with convert in test suite
Dan Allen
2018-08-23
add test to verify processor warns if explicit ID collides with auto-generate...
Dan Allen
2018-08-23
test that duplicate synthetic ID is automatically enumerated (deduplicated)
Dan Allen
2018-05-02
replace dot with idseparator in generated ID (PR #2744)
Dan Allen
2018-05-01
consolidate section ID generation code; add tests for dot character
Dan Allen
2018-04-22
change default value of numbered argument in Section#initialize to false
Dan Allen
2018-04-22
resolves #2298 add numbering for parts
Dan Allen
2018-04-21
consolidate assignments in Section#initialize
Dan Allen
[next]