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