summaryrefslogtreecommitdiff
path: root/spec/theme_loader_spec.rb
AgeCommit message (Expand)Author
2019-09-04resolves #1254 preserve hyphens in role names in theme file (PR #1255)Dan Allen
2019-09-01resolves #1243 allow font catalog and font fallbacks to be defined as flat ke...Dan Allen
2019-08-19verify that value of content keys in theme are coerced to stringDan Allen
2019-08-17resolves #1217 convert hyphen to underscore in theme key for admonition icon ...Dan Allen
2019-08-07resolve variables in font catalog in theme fileDan Allen
2019-07-29don't crash if no keys are defined by themeDan Allen
2019-07-11resolves #1149 coerce color values in theme that contain uppercase letters (P...Dan Allen
2019-07-11ensure base font color is setDan Allen
2019-07-04resolves #1126 automatically set stylesdir (PR #1128)Dan Allen
2019-07-04use fixture_file in theme loader specsDan Allen
2019-07-01rename CmykColorValue to CMYKColorValue [skip ci]Dan Allen
2019-06-30resolves #1122 allow hyphens in theme variable references (PR #1123)Dan Allen
2019-06-29verify base theme is not loaded if extended theme extends nilDan Allen
2019-06-28rename theme file in specDan Allen
2019-06-28verify that theme extends base theme if value of extends is baseDan Allen
2019-06-28change how base theme is loadedDan Allen
2019-06-16replace hyphens with underscores in top-level theme keysDan Allen
2019-06-08null color value in theme should resolve to nilDan Allen
2019-06-08add test to verify theme cannot be indented using tabsDan Allen
2019-06-08make text for preprocessing color values in theme more thoroughDan Allen
2019-06-05check for operator before applying operation to theme valueDan Allen
2019-06-05resolves #1089 don't coerce values that are not colors to a string (PR #1090)Dan Allen
2019-05-26process theme extends in ThemeLoader.load_file instead of ThemeLoader#loadDan Allen
2019-05-18resolves #367 allow theme to be extended using extends key in theme file (PR ...Dan Allen
2019-04-23resolves #262 rename Pdf module to PDFDan Allen
2019-04-23assert that load_theme with the 'base' argument loads the same theme as load_...Dan Allen
2019-04-18add additional tests for the ThemeLoaderDan Allen
2019-04-18add lots more tests for the ThemeLoaderDan Allen
2019-04-17remove unnecessary quotes around heredoc delimiterDan Allen
2019-04-16resolves #37 add test suite and seed with initial helpers and tests (PR #1025)Dan Allen