aboutsummaryrefslogtreecommitdiff
path: root/test/writer.jira
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-04-04 15:03:13 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-04-04 15:03:13 +0200
commit663a5a9b7f36e38a7a13847112fa7ef426dca29c (patch)
treed1572b3e4e163f5160611b1f4c9dbe2525e7a1c6 /test/writer.jira
parentc3f539364aea5065be1d6774cd62f40a1918e773 (diff)
downloadpandoc-663a5a9b7f36e38a7a13847112fa7ef426dca29c.tar.gz
test/writer.jira: fix links, skip alias if it equals the target
Diffstat (limited to 'test/writer.jira')
-rw-r--r--test/writer.jira8
1 files 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: {{<http://example.com/>}}
{code:java}