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
/
preamble_test.rb
Age
Commit message (
Expand
)
Author
2024-02-19
fix warning caused by duplicate test description
Dan Allen
2024-02-19
resolves #3602 move abstract inside info tag in DocBook output (PR #4508)
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-05-27
fix spaces and indentation in test suite
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-02
use indented (squiggly) heredoc strings in preamble_test and manpage_test
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-09-11
replace the use of render with convert in test suite
Dan Allen
2018-04-08
purge render method from test suite (except to verify alias)
Dan Allen
2017-05-28
rename test helper method expand_entity to decode_char
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2014-10-20
resolves #1090 assign title to preface node
Dan Allen
2014-08-07
add line break opportunity (​) after emdash and ellipses
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2013-11-07
resolves #768 emit warning if part is invalid
Dan Allen
2013-11-06
resolves #533 unwrap preamble if standalone
Dan Allen
2013-06-09
fix tests for testing slim and haml backends
Dan Allen
2013-01-03
Add DocBook backend templates + loads of improvements
Dan Allen
2012-12-17
support book doctype, streamline doc title accessors
Dan Allen
2012-12-13
add handling of preamble content
Dan Allen