summaryrefslogtreecommitdiff
path: root/test/paragraphs_test.rb
AgeCommit message (Expand)Author
2024-03-07resolves #4556 set cloaked-context attribute on source block when context is ...Dan Allen
2022-10-24remove outdated workaround in test suite for JRuby heredoc bugDan Allen
2021-07-31use single quoted string or use %() for interpolated string in test suiteDan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-07-31extend test for indexterm-promotion option to cover case when term has two en...Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2019-03-22resolve #2047 add support for see and see also relationships on index terms (...Dan Allen
2019-03-21resolves #1487 only promote indexterms automatically if indexterm-promotion o...Dan Allen
2019-03-02resolves #3123 rename hardbreaks document attribute to hardbreaks-option (PR ...Dan Allen
2019-03-01resovles #3092 log debug message instead of warning if block style is unknown...Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-02add reference in test suite to JRuby heredoc issue [skip ci]Dan Allen
2019-02-02fix broken tests on JRubyDan Allen
2019-02-02use indented (squiggly) heredoc strings in extensions_testDan Allen
2019-02-02use indented (squiggly) heredoc strings in paragraphs_testDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2017-09-28use assert_includes in place of raw assertion in paragraph testsDan Allen
2017-09-13allow paragraph to masquerade as open block (PR #2412)Dan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-06-04assert warning when there's no candidate for inline conversionDan Allen
2017-05-13pass count to path query method in test helperDan Allen
2016-11-13resolves #1923 preprocess lines of a simple block (PR #1927)Dan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-25resolves #1544 built-in writer should not fail if output is nilDan Allen
2014-08-11stylesheet improvements; use data-lang for source listingsDan Allen
2014-08-07add line break opportunity (&#8203;) after emdash and ellipsesDan Allen
2014-07-14resolves #717 disable single quotes as formatting marks for emphasized textDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-11-20resolves #799 perform normal subs on verse contentDan Allen
2013-11-07resolves #768 emit warning if part is invalidDan Allen
2013-10-07resolves #579 specialchars subs alias, shorthand subsDan Allen
2013-09-30resolves #630 add hardbreaks option to blockDan Allen
2013-08-25only remove leading indent from normal paragraphDan Allen
2013-08-23unindent literal paragraph with normal styleDan Allen
2013-05-27resolves #202 add prettify source-highlighterDan Allen
2013-05-23resolves #328 support for inline renderingDan Allen
2013-05-16minor fixesDan Allen
2013-05-02resolves #297 support for abstract and partintroDan Allen
2013-05-02resolves #309 exclude attribute div if quote has no attributionDan Allen
2013-04-22resolves #265 add admonition name as style classDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-21resolves #220 support explicit subs on blocksDan Allen