summaryrefslogtreecommitdiff
path: root/spec/verse_spec.rb
AgeCommit message (Collapse)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-08-12support text alignment roles on verse blockDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-06-18fix crash when border color is transparentDan Allen
2022-04-30adjust top and bottom padding on quote and verse blocks in built-in themes ↵Dan Allen
(PR #2110)
2022-04-26resolves #2068 protect bottom padding of decorated blocks (PR #2073)Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
remap old key with warning for backwards compatibility
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2022-04-12remove debug tags from test suite [skip ci]Dan Allen
2022-04-11actually test the right type of block in test for verseDan Allen
2022-04-11verify correct padding is applied around content of verse blockDan Allen
2020-05-23test case when both left border width and border width for quote and verse ↵Dan Allen
are nil
2020-05-23verify border left is not used on quote or verse if nilDan Allen
2020-03-29verify block title is shown above border on quote and verse blockDan Allen
2020-01-25add test for attribution line in quote and verse blocksDan Allen
2020-01-04add test for verse block that is split across pagesDan Allen
2019-12-31resolves #1309 allow theme to specify background color and full border for ↵Dan Allen
quote and verse blocks (PR #1457)
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-10-09resolves #40 allow theme to control style of verse block independently of a ↵Dan Allen
quote block (PR #1308)
2019-10-09add test to verify border on quote block doesn't spill to next pageDan Allen
2019-10-09add test for title on quote and verse blocksDan Allen
2019-10-08test that left border on quote and verse is not drawn if border_width is 0Dan Allen
2019-09-07resolves #1258 preserve indentation that uses tabs in verbatim blocks when ↵Dan Allen
tabsize is not set (PR #1260)