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
/
extensions_test.rb
Age
Commit message (
Expand
)
Author
2023-05-13
use safe navigation to avoid crashing when querying for extensions (PR #4456)
Dan Allen
2022-03-20
resolves #420 don't raise error if Asciidoctor::Extensions.unregister is call...
Dan Allen
2022-03-02
add tests for text content model on inline macro
Dan Allen
2022-03-02
clarify test description [skip ci]
Dan Allen
2022-03-02
add tests for text content model on block macro
Dan Allen
2022-02-17
fix test fixture
Dan Allen
2022-02-17
fix lint errors
Dan Allen
2022-02-17
format source location in exception message when extension code is malformed
Dan Allen
2022-02-15
resolves #4256 reset registry if activate is called on it again (PR #4257)
Dan Allen
2022-01-11
don't overqualify types in test suite
Dan Allen
2022-01-08
document that extension can promote paragraph to compound block and add test
Dan Allen
2022-01-01
handle return value of process method for block and block macro extension pro...
Dan Allen
2021-12-28
add test to verify parse_content can append blocks to parent of custom block
Dan Allen
2021-12-26
update assertions to account for changes in Ruby 3.1
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-07-31
omit_parentheses where possible in main code
Dan Allen
2021-07-31
remove colon after annotation tag in comments
Dan Allen
2021-07-31
resolves #2557 enable RuboCop to enforce a consistent code style and perform ...
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-06
enforce no braces around Hash in last position of array and update code to co...
Dan Allen
2021-06-05
consistently use %w to create string arrays
Dan Allen
2021-06-03
use comma after last entry in multi-line array [skip ci]
Dan Allen
2021-06-02
use comma after last entry in multi-line hash [skip ci]
Dan Allen
2021-05-28
remove extra empty lines and empty blocks in test suite
Dan Allen
2021-05-28
favor single-line while loop 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-27
fix spaces and indentation 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-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-19
resolves #3938 allow subs attribute value on Inline node returned by process ...
Dan Allen
2020-02-17
resolves #3570 activate extensions when :extensions option is set even if Ext...
Dan Allen
2019-04-30
don't fail to convert document if alt attribute is not set on block or inline...
Dan Allen
2019-03-24
resolves #3199 look for deprecated extension option :pos_attrs if :positional...
Dan Allen
2019-03-24
add test to verify that parsed attributes on custom inline macro override def...
Dan Allen
2019-03-22
add test to verify that inline macro text is parsed as attrlist by default
Dan Allen
2019-03-22
fix warning in test suite [skip ci]
Dan Allen
2019-03-22
resolves #2134 add parse_attributes helper to base extension Processor class ...
Dan Allen
2019-03-22
use symbol blocks where appropriate in test suite
Dan Allen
2019-03-21
resolves #3178 apply subs to Inline node returned by inline macro processor i...
Dan Allen
2019-03-20
resolves #3176 log message at info level if inline macro processor returns a ...
Dan Allen
2019-03-19
resolves #2861 log dropped lines at info level when attribute-missing=drop-li...
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-02
use infinitive verb form for extension DSL methods (PR #3095)
Dan Allen
2019-03-01
resovles #3092 log debug message instead of warning if block style is unknown...
Dan Allen
2019-02-24
ensure process proc runs in context of processor instance
Dan Allen
2019-02-24
only map unparsed attrlist of inline macro to target when format is short
Dan Allen
2019-02-24
add test for yielding processor instance to registration block for syntax pro...
Dan Allen
2019-02-24
yield processor instance to registration block for document processor if bloc...
Dan Allen
[next]