summaryrefslogtreecommitdiff
path: root/spec/formatted_text_transform_spec.rb
AgeCommit message (Expand)Author
2022-09-14resolves #2339 fix crash when smallcaps text transform is applied to a phrase...Dan Allen
2022-09-02fix tests on Ruby 2.7Dan Allen
2022-09-02process pre-wrap role in text formatterDan Allen
2022-08-29refactor formatted text transform to simplify how inner space is collapsedDan Allen
2020-10-08test that formatted text parser does not attempt to parse invalid hex colorDan Allen
2020-10-08test that formatted text parser handles a element with only class attributeDan Allen
2020-09-10verify that shorthand hex color in color attribute of font tag is expandedDan Allen
2020-09-07use color attribute on font tag instead of color tag in psuedo-HTML and drop ...Dan Allen
2020-09-07avoid loss of precision in CMYK color value for conum or footnote fontDan Allen
2020-07-30add test for text formatter when processing empty elementDan Allen
2019-12-08add test when text contains invalid markupDan Allen
2019-12-08add more unit tests for formatted text transformDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-11-30add formatted text transform test for named entityDan Allen
2019-11-30add formatted text formatter test for emphasized textDan Allen
2019-11-29add formatted text transform tests for sup, sub, and del tagsDan Allen
2019-11-28add formatted text transform tests for inherited stylesDan Allen
2019-11-28add tests for merging adjacent text nodes in formatted text transformerDan Allen
2019-11-27set up formatted text transform testsDan Allen