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
2018-04-22
resolves #2298 add numbering for parts
Dan Allen
2018-04-20
fix extension in test
Dan Allen
2018-04-16
resolves #1300 verify block / block macro processors get called in AsciiDoc t...
Dan Allen
2018-04-09
delegate to test helper method to resolve test directory and fixture paths
Dan Allen
2018-04-07
remove unused variable in extensions test
Dan Allen
2018-03-24
resolves #2622 raise clearer exception when extension class cannot be resolve...
Dan Allen
2017-11-18
resolves #2478 assign Document#source_location when sourcemap option is enabl...
Dan Allen
2017-11-12
fix warnings in test suite
Dan Allen
2017-09-28
use assert_includes in place of raw assertion in extension tests
Dan Allen
2017-09-22
use assert_kind_of in place of assert ... is_a? in test suite
Dan Allen
2017-08-21
always activate extension registry passed to processor (PR #2379)
Dan Allen
2017-08-18
skip extension registry activation if no groups are registered (PR #2373)
Dan Allen
2017-08-06
resolves #2349 check mandatory attributes when creating an image block (PR #2...
Guillaume Grossetie
2017-07-23
use refute in place of assert ! in test suite (PR #2336)
Dan Allen
2017-07-22
don't mix return type of Parser.build_block method (PR #2328)
Dan Allen
2017-07-21
resolves #2324 coerce group name to symbol when registering (PR #2327)
Dan Allen
2017-07-12
autoload extensions lazily (PR #2312)
Dan Allen
2017-07-09
enhance create_section helper in extensions to set up section properly (PR #2...
Dan Allen
2017-07-02
rename EOL constant to LF (PR #2289)
Dan Allen
2017-06-19
resolves #1701 allow extension groups to be unregistered individually (#2265)
Dan Allen
2017-06-17
delegate class resolution to Extensions.resolve_class
Dan Allen
2017-05-27
fix regression of not matching short form of custom block macro; add test
Dan Allen
2017-05-16
remove trailing spaces in source
Dan Allen
2017-05-06
split "treeprocessor" into two words; add aliases for compatibility (PR #2179)
Dan Allen
2017-04-28
allow normalize option to be set on PreprocessorReader; change default to false
Dan Allen
2017-04-27
rename extensions_registry option to extension_registry; add tests
Dan Allen
2017-04-27
add test to verify Extensions.create does not register
Dan Allen
2017-04-25
resolves #2122 add resolves_attributes method to DSL for macros (PR #2139)
Dan Allen
2017-04-24
rename raw_attributes for block macro to content; add test
Dan Allen
2017-04-20
resolves #2136 validate name of inline macro; cache inline macro rx (PR #2137)
Dan Allen
2017-04-20
resolves #2132 invoke convert on result of inline macro if value is an inline...
Dan Allen
2017-04-20
resolves #1797 resolve attributes for short inline macros if requested (PR #2...
Dan Allen
2017-04-16
apply default_attrs to custom inline macro (PR #2127)
Dan Allen
2017-04-13
resolves #2119 add handles? method to DSL for IncludeProcessor (PR #2120)
Dan Allen
2017-04-09
autoload extensions source file when Asciidoctor::Extensions is referenced (P...
Dan Allen
2017-03-21
add message to not-implemented exception; add message as second arg (PR #2093)
Dan Allen
2017-02-20
resolves #2022 remove cached title when title is set on block (PR #2023)
Dan Allen
2017-01-02
resolves #1606 pass cloaked context to block extension (PR #1986)
Dan Allen
2016-07-30
resolves #1651 don't share attributes between blocks parsed by parse_content ...
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2015-10-26
resolves #1336 resolve regexp for inline macro lazily
Dan Allen
2015-10-17
resolves #1510 use value of docinfo attribute to enable docinfo behavior
Dan Allen
2014-11-22
code review for #1162 docinfo extension
Dan Allen
2014-11-22
resolves #1162 add docinfo extension
Guillaume Grossetie
2014-07-27
resolves #1035 allow Treeprocessor to return replacement tree
Dan Allen
2014-07-27
resolves #718 and #714 swap + and ` formatting chars
Dan Allen
2014-07-17
alias :name_attributes to :positional_attributes in extension DSL
Dan Allen
2014-06-19
Expose Document to extension point IncludeProcessor
Aslak Knutsen
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-02-28
enhance preprocessor test to ensure attribute assignment works
Dan Allen
[next]