From 663a5a9b7f36e38a7a13847112fa7ef426dca29c Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 4 Apr 2020 15:03:13 +0200 Subject: test/writer.jira: fix links, skip alias if it equals the target --- test/writer.jira | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/writer.jira b/test/writer.jira index 4de4b0ef0..36da0848f 100644 --- a/test/writer.jira +++ b/test/writer.jira @@ -495,15 +495,15 @@ Here’s an [inline link|/script?foo=1&bar=2]. Here’s an [inline link in pointy braces|/script?foo=1&bar=2]. h2. {anchor:autolinks}Autolinks -With an ampersand: [http://example.com/?foo=1&bar=2|http://example.com/?foo=1&bar=2] +With an ampersand: [http://example.com/?foo=1&bar=2] * In a list? -* [http://example.com/|http://example.com/] +* [http://example.com/] * It should. -An e-mail address: [nobody@nowhere.net|mailto:nobody@nowhere.net] +An e-mail address: [mailto:nobody@nowhere.net] -bq. Blockquoted: [http://example.com/|http://example.com/] +bq. Blockquoted: [http://example.com/] Auto-links should not occur here: {{}} {code:java} -- cgit v1.2.3