summaryrefslogtreecommitdiff
path: root/test/links_test.rb
AgeCommit message (Expand)Author
2024-05-16add test for link macro inside xref shorthandDan Allen
2024-05-12resolves #4570 fix crash when parsing xref shorthand when target starts with ...Dan Allen
2024-05-12split tests for bare URI scheme to make intention more clearDan Allen
2024-03-15add test for autolink that contains text enclosed in angle brackets and ends ...Dan Allen
2024-02-20resolves #4468 treat bare URL enclosed in angle brackets as unconstrained syn...Dan Allen
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is e...Dan Allen
2023-04-26add test to verify parser correctly handles shorthand inline ref when resolve...Dan Allen
2023-04-25slightly simplify implicit link processing by separating implicit and explici...Dan Allen
2023-04-25don't swallow square brackets when processing escaped URL macroDan Allen
2023-04-18resolves #4393 avoid matching numeric character references when searching for...孙茂胤 (Sun, Maoyin)
2022-02-28if path is included both partially and fully, store it with true value (inclu...Dan Allen
2021-07-31use single quoted string or use %() for interpolated string in test suiteDan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-05-31use assert_empty/refute_empty where possible in test suiteDan Allen
2021-05-28remove excess empty lines in test suite; use multiple lines for class definit...Dan Allen
2021-05-28use automatic link text if ID in shorthand xref is followed by dangling commaDan Allen
2021-05-27remove or mark unused block arguments in test suite; fix missing logger asser...Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-05-12add basic text for automatic link text for xref macro shorthandDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-27use document ID as linkend for self xref in DocBook output, auto-generating o...Dan Allen
2021-04-27resolves #3860 don't include trailing punctuation in target of autolink (PR #...Dan Allen
2021-04-27handle case when self xref without link text is inside AsciiDoc table cellDan Allen
2021-04-26resolves #4032 use xreftext of document as fallback link text for inter-docum...Dan Allen
2021-04-23add negative tests for problem reported in #4032Dan Allen
2021-04-15add test to verify double underscore in target of xref macro and xref shortha...Dan Allen
2020-11-14verify link macros support id and role attributesDan Allen
2020-10-27remove stray ' in test fixtureDan Allen
2020-07-17resolves #3376 allow a URL macro to have a preceding single or double quote (...Dan Allen
2020-07-17resolves #3543 short-circuit xreftext containing a circular reference path (P...Dan Allen
2020-01-31resolves #3555 fix errant reference warning in compat mode (PR #3556)Dan Allen
2019-06-14resolves #3331 fix parsing of wrapped link and xref text PR (#3334)Dan Allen
2019-04-22add additional test for xreflabel on anchor in DocBook outputDan Allen
2019-04-13resolves #3254 fix crash when resolving ID from text and a candidate contains...Dan Allen
2019-04-04resolves #3231 assume implicit AsciiDoc extension on interdoc xref macro targ...Dan Allen
2019-03-20log possible invalid reference at info level instead of debug levelDan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-04refactor implicit link processing (PR #3126)Dan Allen
2019-02-24only map unparsed attrlist of inline macro to target when format is shortDan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-11resolves #3021 assume any shorthand interdocument xref is a source-to-source ...Dan Allen
2019-02-10use indented (squiggly) heredoc strings in links_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-09resolves #3030 separate the -v and -w CLI flagsDan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-01-26use the term newline(s) instead of endline(s) [skip ci]Dan Allen
2019-01-15use more relevant test case for when target of inter-document xref has unreco...Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen