summaryrefslogtreecommitdiff
path: root/spec/link_spec.rb
AgeCommit message (Expand)Author
2021-07-15don't show link URL next to link text when media is not screen and show-link-...Dan Allen
2021-02-27prepare branch to be renamed from master to mainDan Allen
2020-11-27add toc-title-align theme key to test caseDan Allen
2020-11-27verify behavior when anchor type is unknown; return nil instead of trueDan Allen
2020-10-27resolves #1806 hide print annotation for bare email address (PR #1808)Dan Allen
2020-08-28add expectation to assert annotation surrounds textDan Allen
2020-08-08test case when both font style and text decoration are set for linkDan Allen
2020-07-06update text to verify text decoration width for link can be controlled globallyDan Allen
2020-05-04verify converter does not encode hash in URLDan Allen
2020-03-24verify the converter does not attempt to break a URL that's a bare schemeDan Allen
2020-03-24add test to verify converter does not break on last character of URLDan Allen
2020-03-01rewrite lines method in text inspector to insert space between separate text ...Dan Allen
2019-12-16partition link spec into contextsDan Allen
2019-12-15convert link macro enclosed in smart quotesDan Allen
2019-12-10resolves #920 don't add mailto: prefix to revealed mailto URI when hide-uri-s...Dan Allen
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-11-23add more text decoration testsDan Allen
2019-11-20add test to verify revealed URI is split on breakable charactersDan Allen
2019-08-27add tests for breakable chars in bare URLDan Allen
2019-08-19verify character references in link href are decodedDan Allen
2019-06-18introduce have_size matcher in test suiteDan Allen
2019-06-05pass string as positional argument instead of named argument when only option...Dan Allen
2019-06-01add initial link testsDan Allen