aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-05-28 09:05:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-28 09:05:28 -0700
commit8a5b9ac868319e2fcbc9b4051340334bdde6c0a8 (patch)
tree5dd17a59b45c32dd7cde212972e4a4b7509036cc
parent214da7217bfc86d0bbe7c0175d2e2e97a00313a5 (diff)
downloadpandoc-8a5b9ac868319e2fcbc9b4051340334bdde6c0a8.tar.gz
Add test for relative file: URI to #5517.
-rw-r--r--test/command/5517.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5517.md b/test/command/5517.md
index e309d84a4..3656ba9ff 100644
--- a/test/command/5517.md
+++ b/test/command/5517.md
@@ -24,3 +24,9 @@ to stdout and check that there is no warning.
[Para [Image ("",[],[]) [] ("file://localhost/dev/null","")]]
^D
```
+
+```
+% pandoc -M title=test -f native -t epub -o /dev/null 2>&1
+[Para [Image ("",[],[]) [] ("file:lalune.jpg","")]]
+^D
+```