summaryrefslogtreecommitdiff
path: root/spec/table_spec.rb
AgeCommit message (Expand)Author
2024-05-30backport fix for #2520 duplicate attributes on table when wrapping table in b...Dan Allen
2024-05-17account for new error message logged by Asciidoctor > 2.0.22 when table row i...Dan Allen
2024-01-22backport fix for #2471 assign node to instance variable on table instanceDan Allen
2023-06-28backport fix for #2434 honor table caption end placement when unbreakable (or...Dan Allen
2023-06-24backport fix for #2428 prevent inline image from being scaled down in normal ...Dan Allen
2023-03-29revert uses of END to EOS for consistencyDan Allen
2023-03-29resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...Dan Allen
2023-03-27related to #2379 honor theme settings for caption on table with breakable or ...Dan Allen
2023-03-27backport fix for #2379 restore bottom margin on table with breakable or unbre...Dan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-15don't coerce font size < 1 to relative font size; relative font size should b...Dan Allen
2022-07-14broaden support for relative font sizes in theme to more than just inline ele...Dan Allen
2022-07-09resolves #2276 don't allow font scale to compound when entering nested table ...Dan Allen
2022-07-08verify table cell truncation warning is not logged in scratch documentDan Allen
2022-06-25resolves #2261 include source location in warning message for truncated table...Dan Allen
2022-06-25assert file in addition to lineno in warning message for cannot fit errorDan Allen
2022-05-22resolves #403 advance table to next page if rowspan in first row does not fit...Dan Allen
2022-05-22resolves #1368 use specified column widths to avoid bugs in column width calc...Dan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...Dan Allen
2022-05-04consolidate map/uniq when used together for assertionsDan Allen
2022-05-02resolves #2125 remap table-caption-side theme key to table-caption-end (PR #2...Dan Allen
2022-05-02remove debug flags in test suiteDan Allen
2022-04-30use sensible fallbacks for table border color and width (PR #2112)Dan Allen
2022-04-30resolves #2103 cap border corners on block when width is defined using array ...Dan Allen
2022-04-26verify color of bottom border on head row defaults to grid colorDan Allen
2022-04-23resolves #902 allow sides of table frame to be styled independently (PR #2067)Dan Allen
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-17add test to verify code span with relative size is scaled relative to size of...Dan Allen
2022-04-17confirm that counter is restored after computing height of AsciiDoc table cel...Dan Allen
2022-04-17update RuboCop and tweak configurationDan Allen
2022-04-17use .any? in place of .find? where applicableDan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using line-heigh...Dan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2022-04-10remove debug flag on test [skip ci]Dan Allen
2022-04-06resolves #2022 add support for unbreakable option on tables (PR #2025)Dan Allen
2022-04-06resolves #2009 log error and skip table instead of raising error if cell cont...Dan Allen
2022-03-08resolves #2007 prevent font scale from compounding for nested blocks in Ascii...Dan Allen
2022-03-07use prawn-table release (PR #2006)Dan Allen
2022-03-06account for top/bottom padding when computing height of AsciiDoc table cell (...Dan Allen
2022-03-06remove bottom padding when setting height for bounds of AsciiDoc table cellDan Allen
2022-03-06verify no warning if content in table cell overflows page but doesn't add con...Dan Allen
2022-03-06only extend bounding box for AsciiDoc table cell to bottom of content area, n...Dan Allen
2021-09-12resolves #1965 fix alignment of list marker for list in AsciiDoc table cell (...Dan Allen
2021-07-21fix lint error in test suiteDan Allen
2021-07-21turn scenario reported in #1735 into a test caseDan Allen
2021-06-16enable additional code style rules; add reason when disabling rule; update co...Dan Allen
2021-03-17fix center vertical alignment of normal table cellDan Allen
2021-02-13verify processor emits error message if AsciiDoc table cell exceeds height of...Dan Allen
2021-02-13fix lint error in test suiteDan Allen
2021-02-13verify converter does not log message for AsciiDoc cell that exceeds page hei...Dan Allen