diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-05-28 09:05:28 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-05-28 09:05:28 -0700 |
commit | 8a5b9ac868319e2fcbc9b4051340334bdde6c0a8 (patch) | |
tree | 5dd17a59b45c32dd7cde212972e4a4b7509036cc | |
parent | 214da7217bfc86d0bbe7c0175d2e2e97a00313a5 (diff) | |
download | pandoc-8a5b9ac868319e2fcbc9b4051340334bdde6c0a8.tar.gz |
Add test for relative file: URI to #5517.
-rw-r--r-- | test/command/5517.md | 6 |
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 +``` |