summaryrefslogtreecommitdiff
path: root/spec/converter_spec.rb
AgeCommit message (Expand)Author
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-03-31add additional tests and docs for loading themes from the classpathDan Allen
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-25deactivate source-highlighter on chronicles example in converter API testsDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is spec...Dan Allen
2022-07-19use Pathname in place of FileUtils in test suite where possibleDan Allen
2022-07-12add rudimentary test for chronicles dark themeDan Allen
2022-06-06fix crash in ColumnBox#move_past_bottom when :reflow_margins option is not setDan Allen
2022-06-04resolves #2196 add save_theme helper method (PR #2197)Dan Allen
2022-05-20short-circuit formatted_text routine and log error if fragments in first line...Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen
2022-05-17resolves #412 replace docdir attribute reference in value of pdf-themesdir an...Dan Allen
2022-05-17add test to verify ink_general_heading can handle article doctitleDan Allen
2022-05-16use correct left value when creating bounding boxDan Allen
2022-05-16reclassify and mark which methods in the converter are privateDan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...Dan Allen
2022-05-13remove use of deprecated theme keys in default-for-print themeDan Allen
2022-05-12rename convert_listing_or_literal to convert_code and alias old nameDan Allen
2022-05-04resolves #2134 use base-border-color as default border color (PR #2136)Dan Allen
2022-05-03fix crash when converting chronicles example using bare themeDan Allen
2022-05-02add Page#imported method to mark page as imported (which suppresses running c...Dan Allen
2022-04-30change inscribe_ method prefix in converter to ink_ (PR #2113)Dan Allen
2022-04-29remap layout_ methods contributed to converter by prepended moduleDan Allen
2022-04-28resolves #2099 change layout_ method prefix to inscribe_ in converter (PR #2100)Dan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2021-06-16upgrade RuboCop and adjust code to match fix for RegexpLiteral ruleDan Allen
2021-04-04resolves #1904 introduce layout_general_heading to allow extended converter t...Dan Allen
2021-04-03make backend value dynamic when registering extended converter in test suiteDan Allen
2021-04-03add spec helper to create anonymous class and bind to unique constantDan Allen
2021-03-11verify behavior of parse_text when :inline_format option is not an ArrayDan Allen
2021-02-23verify heading_margin_top is used if layout_heading is called without level a...Dan Allen
2021-02-11verify layout_heading accepts line_height and margin optionsDan Allen
2020-12-14add tests for using layout_heading in custom converterDan Allen
2020-11-20resolves #1827 drop support for deprecated pdf-style and pdf-stylesdir attrib...Dan Allen
2020-10-26add helper to write temporary theme file to avoid having to maintain so many ...Dan Allen
2020-10-25resolves #1699 add default themes optimized for print (PR #1797)Dan Allen
2020-10-20don't suppress error message when theme cannot be loadedDan Allen
2020-10-15verify String#pred returns previous integerDan Allen
2020-09-18run the theme through a helper to set default values, which the converter can...Dan Allen
2020-09-18fix crashes when theme is empty and update testDan Allen
2020-09-01fix warning caused by testDan Allen
2020-07-27remove unnecessary root namespace on types in test suiteDan Allen
2020-07-27verify to_pt helper raises exception if passed an unsupported unit of measure...Dan Allen
2020-07-21fix lint errorDan Allen
2020-07-21verify converter can write to specified fileDan Allen
2020-07-13clean up test to avoid causing other tests to failDan Allen
2020-07-13test behavior when KEEP_ARTIFACTS env var is set and output is not a fileDan Allen
2020-07-12fix lint errorDan Allen
2020-07-12verify converter warns but does not fail if tmp files cannot be deletedDan Allen
2020-07-12verify converter doesn't fail to delete tmp file if it already disappearedDan Allen