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