From d05328ccafa7aad5aa23f49a619c5591bc196648 Mon Sep 17 00:00:00 2001 From: Mathias Kende Date: Fri, 17 May 2024 22:24:08 +0200 Subject: [PATCH] Add a nit in a comment. --- t/800-bugs.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/800-bugs.t b/t/800-bugs.t index ab9fcd1..de3e95b 100644 --- a/t/800-bugs.t +++ b/t/800-bugs.t @@ -14,6 +14,9 @@ todo 'New lines are forbidden in link dest' => sub { # not check for new-line inside non-text nodes, inside the span delimited by # the outer brackets (like it does if the link destination is not in # brackets). + # Maybe it’s not a bug, because the CommonMark implementation itself considers + # that is an HTML tag (which is probably not the correct way to + # parse it, but the spec is unclear). is(run("[link](>)"), "

[link](<dest >)

\n", 'newline in bracket in bracket in link'); };