summaryrefslogtreecommitdiff
path: root/spec/formatted_text_formatter_spec.rb
AgeCommit message (Expand)Author
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
2022-04-25resolves #321 keep closing quote with trailing ellipsis in text enclosed in t...Dan Allen
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2021-05-16resolves #1927 honor pre-wrap role on phrase (PR #1932)Dan Allen
2021-05-15allow custom inline role to control text transform when it's not the only rol...Dan Allen
2021-02-27resolves #1880 allow theme to customize quotation mark characters (PR #1713)klonfish
2021-02-25resolves #1774 allow theme to control font properties of menu element (PR #1879)Dan Allen
2021-02-16upgrade Rubocop and fix new warningsDan Allen
2020-10-26add helper to write temporary theme file to avoid having to maintain so many ...Dan Allen
2020-10-24move font-related tests to font contextDan Allen
2020-10-15verify font size for superscript and subscript is computed correctly when par...Dan Allen
2020-10-03test case when both role and either span with style or inline element specify...Dan Allen
2020-10-02test that unsupported style property span is ignoredDan Allen
2020-09-28modify test to verify border offset on custom role can be unsetDan Allen
2020-09-24verify base border color is used for inline code if theme does not define bor...Dan Allen
2020-09-23verify base border color is used for key if theme does not define border colo...Dan Allen
2020-09-23verify base border color is used for button if button color not specifiedDan Allen
2020-09-21test that text can be aligned to the left of a phraseDan Allen
2020-09-08verify that border can be added to button by themeDan Allen
2020-09-08add test that unknown font weight and style on formatted text are ignoredDan Allen
2020-09-08test empty formatted text at start and end of line is ignoredDan Allen
2020-09-07show reason when formatted text parser failsDan Allen
2020-09-06update parsing for color and background-color style on spanDan Allen
2020-08-27resolves #1705 allow theme to control background color and border offset for ...Dan Allen
2020-08-25follow-up to #1745 to add support for % units as wellDan Allen
2020-08-15resolves #1745 compute font size for superscript and subscript correctly when...Dan Allen
2020-08-14verify capitalize text transform is only applied once per sequence of contigu...Dan Allen
2020-08-08verify border can be applied to phrase without a background color using roleDan Allen
2020-08-08verify custom role can set both font style and text decorationDan Allen
2020-08-07verify the font style and font weight can be set using CSS on span elementDan Allen
2020-08-06text right alignment of text within span with fixed widthDan Allen
2020-08-06verify font size for big and small role is based on large and small base font...Dan Allen
2020-08-02add test for border with no background on inline phraseDan Allen
2020-08-02add test for border with no radius on inline phraseDan Allen
2020-08-01verify warning is not generated for invalid markup in scratch documentDan Allen
2020-07-30add test for text formatter when processing empty elementDan Allen
2020-07-25verify theme loader can handle extending theme that resolves to nil valueDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-06-02test default caret content for menu macroDan Allen
2020-06-02test all permutations of the menu macroDan Allen
2020-06-02test that + is used as key separator if not specified in themeDan Allen
2020-05-31verify %s is replaced with button label in button content defined by themeDan Allen
2020-05-31test default content for buttonDan Allen
2020-05-30expand kbd spec to test single keyDan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-05-09resolves #1542 fix assertions in test suite when building RPM (PR #1680)Dan Allen
2020-03-13resolves #1603 add support for normal_italic font style (PR #1605)Dan Allen
2020-03-13test that custom role can be used to reset font styleDan Allen