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