summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-04-25slightly simplify implicit link processing by separating implicit and explici...Dan Allen
2023-04-25don't swallow square brackets when processing escaped URL macroDan Allen
2023-04-22resolves #4268 implicitly attach nested list that starts with block attribute...Dan Allen
2023-04-22resolves #4437 support notitle option on section as preferred alternative to ...Dan Allen
2023-04-18resolves #4402 don't uppercase monospace span in section title in manpage out...Dan Allen
2023-04-18resolves #4393 avoid matching numeric character references when searching for...孙茂胤 (Sun, Maoyin)
2023-04-17resolves #4401 manify alt text of block image in manpage output (PR #4436)Dan Allen
2023-04-16upgrade JRuby in CI workflowDan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2023-04-15resolves #4425 don't split value of -r CLI option (PR #4432)Dan Allen
2023-04-09change Block#content to return empty string instead of nil if raw or verbatim...Dan Allen
2023-04-08resolves #4429 add support for Haml 6 to template converter (PR #4431)Dan Allen
2023-02-21add test to assert behavior when Document#register is called with ref that is...Dan Allen
2023-02-21resolves #4406 fix test assertion for fallback Rouge stylesheet to be compati...Todd Zullinger
2022-10-27fix typo in test description in sections_test.rb (PR #4377)David M. Carr
2022-10-24remove more outdated workarounds in test suite for JRubyDan Allen
2022-10-24remove outdated workaround in test suite for JRuby heredoc bugDan Allen
2022-10-22resolves #4368 redo loop rather than using recursion to locate next line to p...Dan Allen
2022-10-20use incremental subs in test caseDan Allen
2022-10-20add additional tests for #4306Dan Allen
2022-10-19upgrade TruffleRuby in CIDan Allen
2022-10-18remove workarounds for JRuby 9.1 in test suiteDan Allen
2022-10-14add include role to link/URL macro that replaces include directive when inclu...Dan Allen
2022-09-23resolves #4357 change internal uriish? to only detect a URI pattern at start ...Dan Allen
2022-09-10resolves #4351 force encoding of attribute data passed via CLI to UTF-8 if tr...Dan Allen
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