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
2019-02-23
add extension tests that create list items with id and role
Guillaume Grossetie
2019-02-20
add test for mapping positional attributes on a custom block
Dan Allen
2019-02-16
simplify assertions for inline macro test
Dan Allen
2019-02-15
clean up newline handling in test suite (PR #3074)
Dan Allen
2019-02-12
rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-04
use do..end syntax for multiline blocks in test suite
Dan Allen
2019-02-02
use indented (squiggly) heredoc strings in extensions_test
Dan Allen
2019-01-26
use the term newline(s) instead of endline(s) [skip ci]
Dan Allen
2019-01-10
resolves #2966 run docinfo processors regardless of safe mode (PR #3008)
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
add visibility modifiers to methods
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-29
assert line number of cursor in custom include processor
Dan Allen
2018-12-29
make custom include processor test more robust
Dan Allen
2018-12-29
use proper terminology for include directive
Dan Allen
2018-10-21
resolves #2926 automatically assign title and caption on image block if title...
Dan Allen
2018-09-30
fail if name given to block macro contains illegal characters
Dan Allen
2018-09-12
resolves #2839 substitute attributes in target of custom block macro (PR #2866)
Dan Allen
2018-09-11
resolves #2848 introduce DSL method to mark document processor as preferred (...
Dan Allen
2018-09-11
replace the use of render with convert in test suite
Dan Allen
2018-09-09
change document processor DSL methods to return extension instance; add test
Dan Allen
2018-08-26
resolves #2820 add set_header_attribute to add attribute directly to header (...
Dan Allen
2018-08-25
remove wip label from test in test suite
Dan Allen
2018-05-12
resolves #2620 allow custom macro name to contain a hyphen (PR #2780)
Dan Allen
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
[prev]
[next]