summaryrefslogtreecommitdiff
path: root/spec/theme_loader_spec.rb
AgeCommit message (Expand)Author
2022-05-20make sure a brand variable can end in colorDan Allen
2022-05-02resolves #2125 remap table-caption-side theme key to table-caption-end (PR #2...Dan Allen
2022-04-29neutralize padding hacks in themes designed before the converter had smart ma...Dan Allen
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
2022-04-17coerce negated variable reference to number if value of variable is numeric (...Dan Allen
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap d...Dan Allen
2021-09-05drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)Dan Allen
2021-02-09only allow array value of size 2 to be used as axis color values for table gridDan Allen
2020-11-16verify that path in extends that begins with ./ is resolved relative to curre...Dan Allen
2020-11-16resolves #1813 support power operator in theme (PR #1822)Dan Allen
2020-10-29verify theme can extend theme specified by absolute pathDan Allen
2020-10-26add test for theme file in extends clause that starts with ./Dan Allen
2020-10-26add helper to write temporary theme file to avoid having to maintain so many ...Dan Allen
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 wi...Dan Allen
2020-07-27remove unnecessary root namespace on types in test suiteDan Allen
2020-07-26verify load method in theme loader uses specified theme data if raw theme dat...Dan Allen
2020-07-25ignore admonition icon type in theme if value is falsyDan Allen
2020-07-25verify font in catalog is ignored if value is falsyDan Allen
2020-07-25verify theme loader ignores font_catalog key if value is not a HashDan Allen
2020-07-25verify theme loader does not fail to merge font catalog if inherited theme do...Dan Allen
2020-07-25verify theme loader ignores unrecognized font subkeysDan Allen
2020-07-25verify theme loader can handle extending theme that resolves to nil valueDan Allen
2020-07-24verify font key in theme is ignored if value is not a HashDan Allen
2020-07-24verify font fallbacks is set to empty array if value in theme is falsyDan Allen
2020-07-24verify converter does not crash if theme resolves to nilDan Allen
2020-07-24verify base theme can be extended after other themesDan Allen
2020-07-23verify code and conum font family is linked to literal font family in custom ...Dan Allen
2020-07-23verify theme loader recognized transparent color value and wraps in dedicated...Dan Allen
2020-07-23verify theme asset is resolved relative to built-in themes dir by defaultDan Allen
2020-07-23verify that resolve_theme_file with no arguments resolves built-in default themeDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-04-20resolves #1640 custom theme does not inherit from base theme by default (PR #...Dan Allen
2020-03-08add test for color value defined as array with unsupported lengthDan Allen
2020-03-03resolves #1588 add support for assigning the same font file to all font varia...Dan Allen
2020-02-10verify warning is logged if variable reference in theme cannot be resolvedDan Allen
2020-01-31allow use of "regular" as alias for "normal" when defining fontDan Allen
2020-01-26add helper to test suite to get the posixified home directoryDan Allen
2020-01-23resolves #1507 allow font path to be declared once for all font styles (PR #1...Dan Allen
2020-01-22resolves #1505 allow custom theme to merge font catalog with theme being exte...Dan Allen
2020-01-17resolves #1491 log reason if theme file cannot be parsed or compiled (PR #1492)Dan Allen
2020-01-16link font family for abstract and sidebar to heading font family if only latt...Dan Allen
2020-01-09don't set heading-font-family in default theme so it inherits from baseDan Allen
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen