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
/
document_test.rb
Age
Commit message (
Expand
)
Author
2023-05-10
resolves #4452 enclose reftext tag in article tag in DocBook output for man p...
Dan Allen
2023-05-06
resolves #4448 apply reftext substitutions to value of mantitle attribute in ...
Dan Allen
2023-02-21
add test to assert behavior when Document#register is called with ref that is...
Dan Allen
2022-01-11
don't overqualify types in test suite
Dan Allen
2021-11-18
resolves #4206 process author or authors document attribute in document heade...
Dan Allen
2021-10-22
resolve #4192 honor :header_only option when parsing document with manpage do...
Dan Allen
2021-08-17
remove wip keyword from name of test [skip ci]
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-06-09
remove irrelevant unassertions from test suite
Dan Allen
2021-06-08
use assert_raises in test suite where possible
Dan Allen
2021-06-03
use single level of indentation for method calls that wrap [skip ci]
Dan Allen
2021-05-31
use appropriate assertions in test suite
Dan Allen
2021-05-28
remove excess empty lines in test suite; use multiple lines for class definit...
Dan Allen
2021-05-27
fix spaces and indentation in test suite
Dan Allen
2021-05-27
fix invalid integer values in test suite
Dan Allen
2021-05-27
remove excess spaces before value of Hash entry in test suite [skip ci]
Dan Allen
2021-05-25
use single-quoted strings where possible in test suite
Dan Allen
2021-05-25
use key? instead of has_key? in tests [skip ci]
Dan Allen
2021-05-25
fix missing spaces when defining hash and array in test suite [skip ci]
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-18
resolves #4024 suppress missing attribute warning when processing value for d...
Dan Allen
2021-04-18
verify attribute entry in document header can reference intrinsic doctitle at...
Dan Allen
2021-04-09
resolves #3757 output all mannames in name section of HTML output for manpage...
Dan Allen
2021-04-09
resolves #3997 rollback change for #3470; skip empty lines before processing ...
Dan Allen
2020-10-31
resolves #3804 link the notitle and showtitle attributes (PR #3805)
Dan Allen
2020-10-31
resolves #3513 apply max width to each top-level container instead of body in...
Dan Allen
2020-10-31
fix spelling error in test description
Dan Allen
2019-12-06
resolves #3470 condense contents of AsciiDoc include file (PR #3502)
Dan Allen
2019-12-05
fix misspelling in test descriptions
Dan Allen
2019-04-28
resolves #3283 register images in catalog correctly (PR #3284)
Dan Allen
2019-04-19
set SOURCE_DATE_EPOCH when running tests
Dan Allen
2019-04-15
use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...
Dan Allen
2019-03-25
remove unused reftexts catalog entry assertions [skip ci]
Dan Allen
2019-03-22
use symbol blocks where appropriate in test suite
Dan Allen
2019-03-21
resolves #2441 substitute replacements in author values used in document head...
Dan Allen
2019-03-19
resolves #2861 log dropped lines at info level when attribute-missing=drop-li...
Dan Allen
2019-03-19
resolves #3163 drop indexterms table from document catalog (PR #3169)
Dan Allen
2019-03-18
when resolving a convert method for a node, only consider methods prefixed wi...
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-01
resolves #3114 log warning if footnoteref macro is found and compat mode is n...
Dan Allen
2019-02-28
resolves #3106 apply header subs when assigning doctitle back to doctitle att...
Dan Allen
2019-02-19
resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)
Dan Allen
2019-02-13
resolves #1720 add header docinfo insertion slot (PR #3068)
Dan Allen
2019-02-10
resolves #3064 compute docyear and docdatetime from docdate and doctime (PR #...
Guillaume Grossetie
2019-02-10
use indented (squiggly) heredoc strings in document_test
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-02-04
use do..end syntax for multiline blocks in test suite
Dan Allen
2019-01-15
resolves #3017 insert user docinfo after built-in docinfo (PR #3019)
Dan Allen
2019-01-14
resolves #3011 propagate document ID to DocBook output (PR #3012)
Dan Allen
[next]