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
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
2018-04-20
resolves #2687 number special sections with chapters when sectnums=all (PR #2...
Dan Allen
2018-04-19
resolves #2387 allow role to be set on document
Dan Allen
2018-04-19
resolves #2174 shorthand attribute syntax no longer resets block style
Dan Allen
2018-04-19
ID in block attributes above document title takes precedence over ID defined ...
Dan Allen
2018-04-18
merge PR #2679
Dan Allen
2018-04-18
add tests to verify warnings when section title is out of sequence
Dan Allen
2018-04-18
resolves #2433 warn if nested sections are used where not allowed
Dan Allen
2018-04-17
resolves #794 drop XML tags, character refs, and non-word chars when generati...
Dan Allen
2018-04-16
resolves #840 drop anchors from contents of entries in TOC (PR #2678)
Dan Allen
2018-04-16
replace while loop with if condition in Section.generate_id
Dan Allen
2018-04-15
switch remaining redirect_streams to memory logger outside of CLI tests
Dan Allen
2018-04-15
resolves #1133 show error if delimited block is not terminated
Dan Allen
2018-04-15
resolves #2572 don't report warning about same level 0 section multiple times...
Dan Allen
2018-04-15
rephrase warning message about using level 0 sections when the doctype is not...
Dan Allen
2018-04-14
use helpers to assert log messages in tests
Dan Allen
2018-04-14
update tests to use memory logger instead of capturing stderr
Dan Allen
2018-04-14
resolves #661 additionally number special sections when sectnums=all (PR #2463)
Dan Allen
2018-04-13
resolves #1521 don't output special section title if untitled option is set (...
Dan Allen
2018-04-08
purge render method from test suite (except to verify alias)
Dan Allen
2018-01-03
add Ruby 2.5.0 to CI build matrix (PR #2528)
Dan Allen
2017-11-22
resolves #2485 add positioning option to sectanchors attribute
Dan Allen
2017-09-26
resolves #2301 register document in catalog if id is set (PR #2428)
Dan Allen
2017-09-26
resolves #2243 leave inline anchor in section title as is if section has ID (...
Dan Allen
2017-09-22
use assert_kind_of in place of assert ... is_a? in test suite
Dan Allen
[next]