summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-08-24bump minimum required Ruby version to 2.5 (PR #4341)Dan Allen
2022-07-24resolves #4315 warn if include target is remote and allow-uri-read attribute ...Dan Allen
2022-07-17use simpler form to assert logger has no messagesDan Allen
2022-07-17add missing assertion in test suiteDan Allen
2022-07-09fix Asciidoctor::Cli::Invoker constructor when first argument is a hashDan Allen
2022-07-05resolves #4300 add support for TOML front matter to skip-front-matter attribu...Abhinav Gupta
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute li...Dan Allen
2022-07-05fix lineno on reader when skip-front-matter attribute is set but end of front...Dan Allen
2022-07-04add test to verify role on inline phrase can be defined using attribute refer...Dan Allen
2022-06-08resolves #4297 propagate :to_dir option to document of AsciiDoc table cell (P...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-03-01verify include directive is converted to link when target is remote and allow...Dan Allen
2022-02-28if path is included both partially and fully, store it with true value (inclu...Dan 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-28resolves #4250 enhance Logger constructor to honor positional and keyword arg...Dan Allen
2022-01-16resolves #3313 set linenums option on source block when line numbering is ena...Dan Allen
2022-01-13add test to verify that Helpers.require_library preserves cause of LoadError ...Dan Allen
2022-01-12resolves #3220 alias Inline#content to Inline#text so Inline node quacks like...Dan Allen
2022-01-11don't overqualify types in test suiteDan Allen
2022-01-11use parallel methods on Object to remove and set AsciiMath constant in testsDan Allen
2022-01-08document that extension can promote paragraph to compound block and add testDan Allen
2022-01-03resolves #4230 don't warn if a negated tag is not found in include file (PR #...Dan Allen
2022-01-02change "show the backtrace" to "show backtrace" in CLI hintDan Allen
2022-01-01handle return value of process method for block and block macro extension pro...Dan Allen
2021-12-29fix lint errorDan Allen
2021-12-29assert expected requests in cache-uri testsDan Allen
2021-12-29enhance using_test_webserver to track requests and pass host and thread to ca...Dan Allen
2021-12-28add test to verify parse_content can append blocks to parent of custom blockDan Allen
2021-12-27resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)Dan Allen
2021-12-27add tests for open-uri/cached integration that is activated by the cache-uri ...Dan Allen
2021-12-26update assertions to account for changes in Ruby 3.1Dan Allen
2021-12-24change "for backtrack" to "to show the backtrace"Dan Allen
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-11-18resolves #4206 process author or authors document attribute in document heade...Dan Allen
2021-11-13fix lint errorDan Allen
2021-11-13add flag to suppress retrieving metadata from parse_header_metadata; include ...Dan Allen
2021-11-12verify authors attribute is only parsed if different from computed value of i...Dan Allen
2021-11-10resolves #3656 add support for link=self to image macros (PR #4200)Dan Allen
2021-11-10add tests for rotate and flip attributes on font-based icon macro; make attri...Dan Allen
2021-11-09use numeric character reference for closing square bracket around alt text of...Dan Allen
2021-11-07update RuboCop and add new rules to configDan Allen
2021-11-07add test to verify partintro can be defined using special sectionDan Allen
2021-11-01resolves #3868 add --log-level option to CLI to control log level (PR #4198)Dan Allen
2021-10-30allow --failure-level option to be set to default value, FATAL, and update de...Dan Allen