From 8a5b9ac868319e2fcbc9b4051340334bdde6c0a8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 28 May 2019 09:05:28 -0700 Subject: Add test for relative file: URI to #5517. --- test/command/5517.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') 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 +``` -- cgit v1.2.3