summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-05-16resolves #3583 preserve repeating spaces in verbatim content in manpage outpu...Dan Allen
2024-05-16resolves #4573 log error when incomplete row is detected at end of table (PR ...Dan Allen
2024-05-16resolves #4571 pass cursor to preprocessor when processing first line of Asci...Matthew Blythe
2024-05-16resolves #4576 encode spaces in mailto links as %20, in accordance with RFC 3...Dan Allen
2024-05-16add test for link macro inside xref shorthandDan Allen
2024-05-15resolves #4587 only drop current row if colspan of last cell exceeds specifie...Dan Allen
2024-05-14fix the repeated cell test so it repeats across the correct number of columnsDan Allen
2024-05-12resolves #4570 fix crash when parsing xref shorthand when target starts with ...Dan Allen
2024-05-12split tests for bare URI scheme to make intention more clearDan Allen
2024-05-06resolves #4565 don't duplicate block attribute line above detached block that...Dan Allen
2024-05-04resolves #4580 don't leave behind empty line inside skipped conditional (PR #...Dan Allen
2024-03-15add test for autolink that contains text enclosed in angle brackets and ends ...Dan Allen
2024-03-15fix indentation in testDan Allen
2024-03-15fix typo in test descriptionDan Allen
2024-03-07resolves #4556 set cloaked-context attribute on source block when context is ...Dan Allen
2024-02-20change title to doctitle in warning message about use of abstract to make sub...Dan Allen
2024-02-20resolves #4468 treat bare URL enclosed in angle brackets as unconstrained syn...Dan Allen
2024-02-20resolves #3693 don't break nested dlist with attached block if offset from pa...Dan Allen
2024-02-20resolves #4552 add support for scaledwidth and scale attributes on inline ima...Dan Allen
2024-02-19fix warning caused by duplicate test descriptionDan Allen
2024-02-19resolves #3602 move abstract inside info tag in DocBook output (PR #4508)Dan Allen
2024-02-19resolves #4550 turn off system-dependent newline conversion when writing file...Dan Allen
2024-02-18remove wip from test description [no ci]Dan Allen
2023-11-26resolves #3652 honor secondary and tertiary terms on indexterm macro when pri...Dan Allen
2023-11-26resolves #4490 style cells in head row as bold in manpage output (PR #4491)Dan Allen
2023-11-20resolves #4519 correct spelling of middle name of Edgar Allan Poe (PR #4520)ds26gte
2023-11-06resolves #3535 nested dlist attached using list continuation should not consu...Dan Allen
2023-10-30prefer option over attribute to control end behavior of wistia video (loop or...Dan Allen
2023-10-30change example wistia video in testsDan Allen
2023-10-30resolves #4492 add Wistia support to the video macro (PR #4488)Nabil Maynard
2023-10-23verify templates can be used from classloader when using JRubyDan Allen
2023-10-12resolves #3526 return nil if name passed to Asciidoctor::SafeMode.value_for_n...Dan Allen
2023-09-18fix assertions for table output in tests for manpage converterDan Allen
2023-09-18resolves #4482 remove empty line at top of table cells in manpage outputMatthew "strager" Glazar
2023-09-07resolves #4481 preserve paragraph breaks in normal table cell in manpage outp...Dan Allen
2023-06-05resolves #4461 wrap target of link used in place of include directive in inli...Dan Allen
2023-05-17resolves #4458 process constrained inline passthrough inside monospace span (...Dan Allen
2023-05-17only match transitional role (x-) that this distinct from other rolesDan Allen
2023-05-16fix substitution test that was relying on missing attributeDan Allen
2023-05-16correctly handle compat role on monospace and constrained passthrough when bo...Dan Allen
2023-05-15add negative test that footnotes in headings will be numbered out of sequenceDan Allen
2023-05-13use safe navigation to avoid crashing when querying for extensions (PR #4456)Dan Allen
2023-05-10resolves #4452 enclose reftext tag in article tag in DocBook output for man p...Dan Allen
2023-05-06resolves #4448 apply reftext substitutions to value of mantitle attribute in ...Dan Allen
2023-05-06resolves #4450 consistently produce partintro as a compound open block (PR #4...Dan Allen
2023-04-30resolves #3929 treat uri:classloader: as absolute path prefix when running on...Dan Allen
2023-04-29add API test to verify that copycss value can be a string or Pathname objectDan Allen
2023-04-27resolves #2947 add single and double role hint to <quote> tag in DocBook outp...Dan Allen
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is e...Dan Allen
2023-04-26add test to verify parser correctly handles shorthand inline ref when resolve...Dan Allen