summaryrefslogtreecommitdiff
path: root/spec/fixtures
AgeCommit message (Collapse)Author
2023-03-31add additional tests and docs for loading themes from the classpathDan Allen
2023-03-31add test for additional key symbols in fallback fontDan Allen
2023-03-11add missing directory to fixturesDan Allen
2022-10-18port fix for #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF so ↵Dan Allen
it does not break internal references
2022-09-12resolves #2337 honor GS_OPTIONS environment variable in RGhost optimizer (PR ↵Dan Allen
#2338)
2022-09-10reference remote image that corresponds to current release line branchDan Allen
2022-09-09add tests to verify that SVG with 100% height occupies full height of ↵Dan Allen
content area
2022-07-11resolves #2278 set docimagesdir attribute when attribute substitutions are ↵Dan Allen
applied to value from theme (PR #2280)
2022-06-10fix flakey testDan Allen
2022-06-03resolves #2228 fix crash when doctitle or section title with automatic ID ↵Dan Allen
contains inline image without explicit width (PR #2229)
2022-06-01resolves #2223 use prawn-gmagick, if available, to read raster image ↵Dan Allen
referenced by SVG (PR #2224)
2022-05-25resolves #2205 set height of resized image to available height (PR #2206)Dan Allen
2022-05-17resolves #412 replace docdir attribute reference in value of pdf-themesdir ↵Dan Allen
and pdf-fontsdir attributes (PR #2183)
2022-05-14resolves #2163 rename theme suffix with-fallback-font to ↵Dan Allen
with-font-fallbacks; add built-in default-sans theme (PR #2168)
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
- add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts
2022-05-02follow up to #1687 add asciidoctor/pdf/nopngmagick script to unregister ↵Dan Allen
Gmagick handler for PNG images only
2022-04-27resolves #1697 allow theme to configure admonition icon image when ↵Dan Allen
image-based icons are enabled (PR #2089)
2022-04-26resolves #1687 add asciidoctor/pdf/nogmagick script to prevent Gmagick from ↵Dan Allen
handling PNG images (PR #2078)
2022-04-26switch remote image URLs in test suite to stable releaseDan Allen
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-05resolves #2016 add arrange block kitchen sink test fixtures and test casesSarah White
2022-04-05resolves #2003 compute extent of content in scratch document to arrange ↵Dan Allen
content block in primary document * introduce arrange_block helper to handle positioning content block in primary document * reimplement new dry_run to compute the extent and start position of the content block instead of just the height * stop rendering at page boundary in scratch document when computing start position of content block to avoid unnecessary work * ensure that caption stays with start of content block when arranging content block * prevent arrange_block from starting content block on page when no content from block fits on that page * avoid converting content that overruns page in AsciiDoc table cell in scratch document * encapsulate push/pop scratch in arrange_block * add tests for the arrange_block helper * prevent nested breakable blocks from flowing beyond first page when performing on single page only * switch dry_run method to accept keyword arguments * avoid arrange_block when converting open block when possible * include negative tests for image taller than page at top of block * verify borders and backgrounds are not drawn in scratch document * add test to verify behavior of stop_if_first_page_empty * include sanity check before drawing background and border over extent * add rdoc to dry_run and arrange_block help methods * reuse computed extent as TOC extent * remove unused code * raise error if table caption does not fit on single page * add test that footnotes are not pushed down if height exceeds height of page
2022-04-05prevent source wrap extension from leaking outside of ↵Dan Allen
convert_listing_or_literal and add test
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2021-06-11add test to assert SVG in SVG is not supported and that converter issues warningDan Allen
2021-02-21verify PDF can be used as background imageDan Allen
2021-01-30add missing test fixtureDan Allen
2021-01-21actually add the Asciidoctor Diagram tests for #1583Dan Allen
2021-01-08verify caption stays with image when image is scaled down to fit on pageDan Allen
2020-11-22resolves #1829 resolve image paths in theme correctly when theme is loaded ↵Dan Allen
from classloader (PR #1831)
2020-10-29use correct terminology for background image in test suiteDan Allen
- replace watermark with background
2020-10-26add helper to write temporary theme file to avoid having to maintain so many ↵Dan Allen
fixtures
2020-10-24allow use of image/jpg MIME type in data URI inside SVGDan Allen
2020-10-24resolves #1732 upgrade prawn-svg and verify that data-uri targets in SVG are ↵Dan Allen
supported
2020-10-22verify base theme is only extended once by defaultDan Allen
2020-10-22add test to force extend base themeDan Allen
2020-10-20resolves #1800 only extend theme in extends hierarchy once unless modified ↵Dan Allen
with !important (PR #1801)
2020-10-20modify intrinsic_image_dimensions helper to return value in ptDan Allen
- correctly scale down SVG that only marginally exceeds bounds of page when fit=scale-down - avoid having to do post conversion on return value of helper for raster images - add tests
2020-10-12verify styles other than bold and italic are ignored when analyzing text for ↵Dan Allen
fallback glyph
2020-10-11test fallback font on formatted textDan Allen
2020-10-05verify behavior when image href in SVG uses non-URL schemeDan Allen
2020-10-01remove pdfmark attribute from fixture fileDan Allen
2020-10-01remove unused fixtureDan Allen
2020-09-26verify warning about missing remote image in SVG is loggedDan Allen
2020-08-21resolves #1437 verify OTF font supportDan Allen
2020-08-06verify warning is emitted when raster icon for admonition block cannot be ↵Dan Allen
embedded
2020-07-25add missing test fixtureDan Allen
2020-07-25fix misconfigured fixtureDan Allen
2020-07-25verify theme loader can handle extending theme that resolves to nil valueDan Allen