aboutsummaryrefslogtreecommitdiff
path: root/test/command/3752.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-27 14:16:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-27 14:16:37 -0700
commit4b16d181e7219ed161a0e03c0c5ee9dec4b526b4 (patch)
tree8230559cd15e0966fb29de92798259a41393b0bf /test/command/3752.md
parent0661ce699fe83c64dd5a5874e8ab17241b19550c (diff)
downloadpandoc-4b16d181e7219ed161a0e03c0c5ee9dec4b526b4.tar.gz
rebase_relative_paths: leave empty paths unchanged.
Diffstat (limited to 'test/command/3752.md')
-rw-r--r--test/command/3752.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/command/3752.md b/test/command/3752.md
index 2765d79ac..df8af0ba1 100644
--- a/test/command/3752.md
+++ b/test/command/3752.md
@@ -20,6 +20,8 @@ Absolute path left alone: absolute.
Link to fragment: chapter two.
+Empty path: empty.
+
Chapter two
A spider: [spider]
@@ -36,6 +38,7 @@ A spider: [spider]
<p>URL left alone: <a href="https://pandoc.org/MANUAL.html">manual</a>.</p>
<p>Absolute path left alone: <a href="/foo/bar/baz.png">absolute</a>.</p>
<p>Link to fragment: <a href="#chapter-two">chapter two</a>.</p>
+<p>Empty path: <a href="">empty</a>.</p>
<h1 id="chapter-two">Chapter two</h1>
<p>A spider: <img src="command/chap2/spider.png" alt="spider" /></p>
```