summaryrefslogtreecommitdiff
path: root/test/blocks_test.rb
AgeCommit message (Expand)Author
2018-04-15resolves #1133 show error if delimited block is not terminatedDan Allen
2018-04-15allow AsciiMath tests to work even when gem is not available (PR #2668)Joseph Herlant
2018-04-15rephrase warning message about using level 0 sections when the doctype is not...Dan Allen
2018-04-15use more robust method to lazy load AsciiMath; fix race condition in testDan Allen
2018-04-15check for correct return value of Helpers.require_library in DocBook converterDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14promote MemoryLogger and NullLogger to Asciidoctor moduleDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-14resolves #1195 implement epigraph on quote block using a rolebrian m. carlson
2018-04-09use block form for long call to redirect_streams in test suiteDan Allen
2018-04-09allow blocks and substitutions tests to be run directlyDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-04-08rephrase error message about invalid usage of partintroDan Allen
2018-04-08align error message about invalid use of partintro between HTML5 and DocBook ...Dan Allen
2018-04-01switch asciidoctor.org URL to https in README, API docs, CLI output, and testsDan Allen
2018-03-03resolves #2497 implement line break in AsciiMath equation (PR #2579)Dan Allen
2017-11-05promote Font Awesome version to a constant (PR #2468)Dan Allen
2017-11-03update Font Awesome to 4.7.0Dan Allen
2017-10-26resolves #2465 don't append file extension to data uri of admonition icon (PR...Dan Allen
2017-10-14resolves #1667 parse credit line of shorthand quote block as block attributes...Dan Allen
2017-10-12quote someone in test suite who deserves to be quotedDan Allen
2017-09-28use assert_includes in place of raw assertion in block testsDan Allen
2017-09-15remove excess indentation in test suiteDan Allen
2017-08-10resolves #2358 allow block title to begin with a period (PR #2359)Dan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-22preprocess second line of setext section title; add test (PR #2321)Dan Allen
2017-07-17drop skipped content inside a delimited block (PR #2319)Dan Allen
2017-07-16continue to read blocks after skipped content within delimited block (PR #2318)Dan Allen
2017-07-11fix line numbers in callout list warnings; add tests to verifyDan Allen
2017-07-10use textlabel instead of caption to store textual label of admonition (PR #2309)Dan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-07-03keep track of when alt text is auto-generated (PR #2287)Dan Allen
2017-07-03upgrade highlight.js to 9.12.0Dan Allen
2017-06-30substitute replacements in alt text of block image (PR #2285)Dan Allen
2017-06-24trap and verify warnings in block testsDan Allen
2017-06-23encode spaces in URI (PR #2274)Dan Allen
2017-06-20resolves #1981 allow use of option to enable line numbers on source block (#1...Dan Allen
2017-06-20resolves #2061 encode double quotes in image alt text (#2266)Dan Allen
2017-06-18only assign style to image alt text if alt text is not specifiedDan Allen
2017-06-10add tests for start chars of anchor IDDan Allen
2017-06-04rename references to catalog; alias references to catalog (PR #2237)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-05-23resolves #2208 store number for formal block on node (#2209)Dan Allen
2017-05-13pass count to path query method in test helperDan Allen
2017-05-10target of block macro must start and end with non-space characterDan Allen
2017-05-10resolves #2183 don't crash if substitution list resolves to nil (PR #2184)Dan Allen
2017-05-09don't unescape closing square bracket in attribute list of block image macroDan Allen
2017-05-04resolves #2172 add support for the window option for a link to block image (P...Dan Allen
2017-04-24fix layout break from matching lines it shouldn'tDan Allen
2017-03-30resolves #2046 pass through preload attribute to video tag (PR #2103)Dan Allen