summaryrefslogtreecommitdiff
path: root/spec/table_spec.rb
AgeCommit message (Expand)Author
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
2021-02-13verify converter does not log message if AsciiDoc cell exceeds page height wi...Dan Allen
2021-02-11fix lint errorDan Allen
2021-02-11verify table grid color with independent axes is not used as fallback color f...Dan Allen
2021-02-09only allow array value of size 2 to be used as axis color values for table gridDan Allen
2021-02-08resolves #1777 capture footnotes in AsciiDoc table cell and render them (PR #...Dan Allen
2021-02-06refactor code from fix for #1875Dan Allen
2021-02-06resolves #1875 allow horizontal and vertical lines in table grid to be styled...Kjell Irgens
2020-12-03remove wip from test descriptionDan Allen
2020-11-30resolves #1835 patch float precision so prawn-table does not fail to arrange ...Dan Allen
2020-11-14fix case when passthrough image in autowidth table cell has percentage widthDan Allen
2020-10-21resolves #1798 force inline image to fit within table cell when width is larg...Dan Allen
2020-10-10verify empty line in table cell as width of 0Dan Allen
2020-09-17verify table uses base border color if table border and grid color are not sp...Dan Allen
2020-09-17verify lines are not empty before asserting properties in table testsDan Allen
2020-09-14verify that padding array is truncated to 4 elementsDan Allen
2020-09-13verify expand_padding_value can handle nil valueDan Allen