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