summaryrefslogtreecommitdiff
path: root/test/links_test.rb
AgeCommit message (Expand)Author
2018-10-26resolves #2108 use Pathname to resolve relative path for file outside base di...Dan Allen
2018-10-10don't hide URI scheme if target of link macro is a bare URI scheme (PR #2909)Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-05-02resolves #1273 allow relfilesuffix attribute to set file extension of interdo...Dan Allen
2018-05-01make processing of interdoc xref more strict (PR #2740)Dan Allen
2018-04-26validate xref that uses # notationDan Allen
2018-04-26only validate xrefs if $VERBOSE is truthyDan Allen
2018-04-24resolves #2059 enable linkattrs behavior implicitly (except in compat mode) (...Dan Allen
2018-04-20resolves #2605 add support for rel=nofollow on links (PR #2692)Dan Allen
2018-04-19resolves #2200 don't convert inter-document xref to internal anchor if target...Dan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-04-01switch asciidoctor.org URL to https in README, API docs, CLI output, and testsDan Allen
2018-03-16resolves #2609 don't convert bare URI scheme to a link (PR #2611)Dan Allen
2017-10-14add helper block to test suite to run test with verbose mode onDan Allen
2017-10-14test warnings for inter-document xref that resolves to missing ref in current...Dan Allen
2017-10-10resolves #2450 fix match for multiple xref macros w/ implicit text in same li...Dan Allen
2017-10-10add test for xref macro with text that contains escaped closing bracketDan Allen
2017-10-09resolves #2448 validate fragment of interdoc xref that resolves to current do...Dan Allen
2017-09-22use assert_kind_of in place of assert ... is_a? in test suiteDan Allen
2017-09-10resolves #2404 make hash in inter-document xref target optional if target has...Dan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-17change default text for inter-document xref (PR #2316)Dan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-06-25fix name of testDan Allen
2017-06-24trap and verify warnings when tests are run with warnings enabledDan Allen
2017-06-15resolves #560 and #1562 catalog bibliography anchors and capture reftext (PR ...Dan Allen
2017-06-15remove unnecessary character escape in test fixtureDan Allen
2017-06-11unescape square bracket in reftext of anchor macroDan Allen
2017-06-10add tests for start chars of anchor IDDan Allen
2017-06-08resolves #1546 allow target of xref to begin with # (PR #2245)Dan Allen
2017-06-07no double quotes in xref macro (#2241)Dan Allen
2017-06-06resolves #2007 allow target of xref to begin with attribute reference (#2240)Dan Allen
2017-06-04rename references to catalog; alias references to catalog (PR #2237)Dan Allen
2017-05-31resolves #2217 only drop known AsciiDoc extensions from inter-document xref p...Dan Allen
2017-05-28resolves #2204 use [ \t] instead of \p{Blank} to match spaces (#2205)Dan Allen
2017-05-18resolves #2202 don't match link macro with two colons (PR #2203)Dan Allen
2017-05-16use https for GitHub sample URLsDan Allen
2017-05-15optimize link macro substitution and add additional tests (PR #2197)Dan Allen
2017-05-12allow escaped closing bracket in text of xref macroDan Allen
2017-05-08refactor regexps for macros and directives (PR #2180)Dan Allen
2017-05-01resolves #2071 add rel="noopener" to links that target _blank or when noopene...Dan Allen
2017-04-03resolves #1689 fix sequential inline anchor macros with empty reftext (PR #2109)Dan Allen
2017-03-16don't drop trailing ): after raw URL; add testDan Allen
2017-03-04add missing test for URI with trailing );Dan Allen
2017-02-26add missing test for bare url w/ role; optimize codeDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-12-04resolves #1597 change xlink namespace to xl in DocBook 5 outputDan Allen
2015-05-16fix and test external links in docbook backendDan Allen