summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-09-09resolves #2863 only support a single unicode bullet as a list marker (PR #2864)Dan Allen
2018-09-09process !name@ syntax propertyDan Allen
2018-09-06resolves #2854 allow lists to be nested to arbitrary depth (PR #2857)Dan 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-08-23add test to verify processor warns if explicit ID collides with auto-generate...Dan Allen
2018-08-23test that duplicate synthetic ID is automatically enumerated (deduplicated)Dan Allen
2018-08-22remove trailing newline from fixtureDan Allen
2018-08-04resolves #2830 detect closing tag on last line with no trailing newline (PR #...Dan Allen
2018-08-02add test to verify remote SVG is fetched and embedded when inline option is setDan Allen
2018-07-31replace thread_safe with concurrent-rubyJun Aruga
2018-07-31fix warning in test suiteDan Allen
2018-07-30resolves #2812 catalog inline anchors in ordered lists (PR #2813)Owen Heisler
2018-07-26resolves #2817 don't crash when using AsciiDoc table cell style on column in ...Dan Allen
2018-07-25move AttributeList tests to dedicated test fileDan Allen
2018-07-25move table tests into proper categoryDan Allen
2018-07-24treat empty value for named block attribute as empty stringDan Allen
2018-07-24add tests for different caption values on a tableDan Allen
2018-05-27resolves #2792 fix formatting of quote block in manpage output (PR #2793)Dan Allen
2018-05-26add tests for escaping indexterm shorthand (PR #2791)Dan Allen
2018-05-16resolves #2785 allow revnumber in revision line to be an attribute reference ...Dan Allen
2018-05-13should not set option on node if already set (PR #2778)Dan Allen
2018-05-12resolves #2620 allow custom macro name to contain a hyphen (PR #2780)Dan Allen
2018-05-10resolves #2771 don't allow block attributes to be inherited by sibling blocks...Dan Allen
2018-05-09merge PR #2765Dan Allen
2018-05-08resolves #2761 substitute attribute references in attrlist of include directiveDan Allen
2018-05-07use CSS class to set text alignment on image block instead of inline styleDan Allen
2018-05-07resolves #2425 allow position (float) and alignment (align) to be set on vide...Dan Allen
2018-05-06Allow the lib dir to be overridden for tests using an environment variable (P...Joseph Herlant
2018-05-05resolves #2753 use CSS class for float instead of inline style (PR #2754)Dan Allen
2018-05-02resolves #2751 use alternate macro to switch on monospaced textDan Allen
2018-05-02simplify resolution of stem type; fallback to asciimathDan Allen
2018-05-02add fallback for nil cell text in Cell constructorDan Allen
2018-05-02replace dot with idseparator in generated ID (PR #2744)Dan Allen
2018-05-02resolves #1273 allow relfilesuffix attribute to set file extension of interdo...Dan Allen
2018-05-01make processing of interdoc xref more strict (PR #2740)Dan Allen
2018-05-01consolidate section ID generation code; add tests for dot characterDan Allen
2018-05-01recognize ends as an alias to topbot for configuring table frame (PR #2742)Dan Allen
2018-05-01rename stripe attribute on table to stripes; update CSS classes to match (PR ...Dan Allen
2018-05-01add explicit table width to autowidth column testDan Allen
2018-04-30resolves #1844 allow individual columns to have automatic width (PR #2734)Dan Allen
2018-04-30Split out expand_subs method from apply_subs (PR #2739)Dan Allen
2018-04-30resolves #2392 only set nowrap style on table caption of auto-width table (PR...Dan Allen
2018-04-30refactor sub_attributes (PR #2300)Dan Allen
2018-04-30use cursor mark to track source location in callout list (PR #2735)Dan Allen
2018-04-30resolves #1926 use correct parse mode when parsing blocks for list item (PR #...Dan Allen
2018-04-29fix table assertionsDan Allen