parent
ffae1567fd
commit
98161afa1a
4 changed files with 6 additions and 0 deletions
|
@ -170,6 +170,8 @@ Extra-Source-Files:
|
|||
tests/lhs-test.html+lhs
|
||||
tests/lhs-test.fragment.html+lhs
|
||||
tests/pipe-tables.txt
|
||||
tests/dokuwiki_external_images.dokuwiki
|
||||
tests/dokuwiki_external_images.native
|
||||
tests/dokuwiki_multiblock_table.dokuwiki
|
||||
tests/dokuwiki_multiblock_table.native
|
||||
tests/fb2/*.markdown
|
||||
|
|
|
@ -130,6 +130,8 @@ tests = [ testGroup "markdown"
|
|||
"dokuwiki_inline_formatting.native" "dokuwiki_inline_formatting.dokuwiki"
|
||||
, test "multiblock table" ["-r", "native", "-w", "dokuwiki", "-s"]
|
||||
"dokuwiki_multiblock_table.native" "dokuwiki_multiblock_table.dokuwiki"
|
||||
, test "external images" ["-r", "native", "-w", "dokuwiki", "-s"]
|
||||
"dokuwiki_external_images.native" "dokuwiki_external_images.dokuwiki"
|
||||
]
|
||||
, testGroup "opml"
|
||||
[ test "basic" ["-r", "native", "-w", "opml", "--columns=78", "-s"]
|
||||
|
|
1
tests/dokuwiki_external_images.dokuwiki
Normal file
1
tests/dokuwiki_external_images.dokuwiki
Normal file
|
@ -0,0 +1 @@
|
|||
{{https://cooluri.com/image.png|HTTPS image}} {{http://cooluri.com/image.png|HTTP image}} {{ftp://ftp.cooluri.com/image.png|FTP image}} {{file:///tmp/coolimage.png|Filesystem image}} {{:/image.jpg|Relative image 1}} {{:image.jpg|Relative image 2}}
|
1
tests/dokuwiki_external_images.native
Normal file
1
tests/dokuwiki_external_images.native
Normal file
|
@ -0,0 +1 @@
|
|||
[Para [Image [Str "HTTPS",Space,Str "image"] ("https://cooluri.com/image.png",""),Space,Image [Str "HTTP",Space,Str "image"] ("http://cooluri.com/image.png",""),Space,Image [Str "FTP",Space,Str "image"] ("ftp://ftp.cooluri.com/image.png",""),Space,Image [Str "Filesystem",Space,Str "image"] ("file:///tmp/coolimage.png",""),Space,Image [Str "Relative",Space,Str "image",Space,Str "1"] ("/image.jpg",""),Space,Image [Str "Relative",Space,Str "image",Space,Str "2"] ("image.jpg","")]]
|
Loading…
Add table
Reference in a new issue