aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-08-03 09:43:51 +0200
committerAlbert Krewinkel <[email protected]>2022-08-03 09:51:13 +0200
commitb306f2e1fdf0cd340e49e3be91e267f456aefa0e (patch)
tree3eb6a56a36e6d3837ac5a84540d435f44d34d2bc /test
parent096863e0adf360b37334a3f8f81e704652b1706b (diff)
Org reader: add missing `/` to Windows file URI; fixes prev commit
Diffstat (limited to 'test')
-rw-r--r--test/command/8201.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/8201.md b/test/command/8201.md
index 288270ab3..854e13d97 100644
--- a/test/command/8201.md
+++ b/test/command/8201.md
@@ -2,5 +2,5 @@
% pandoc -f org -t html
[[file:d:/Home/Documents/test.png][Link Test]]
^D
-<p><a href="file://d:/Home/Documents/test.png">Link Test</a></p>
+<p><a href="file:///d:/Home/Documents/test.png">Link Test</a></p>
```