DocBook reader: More test improvements.
This commit is contained in:
parent
2e07fb623d
commit
fb62e0937c
2 changed files with 2 additions and 2 deletions
|
@ -848,7 +848,7 @@ These should not be escaped: \$ \\ \> \[ \{
|
|||
<ulink url="/url/with_underscore">with_underscore</ulink>
|
||||
</para>
|
||||
<para>
|
||||
Email link (<email>nobody@nowhere.net</email>)
|
||||
<email>nobody@nowhere.net</email>
|
||||
</para>
|
||||
<para>
|
||||
<ulink url="">Empty</ulink>.
|
||||
|
|
|
@ -227,7 +227,7 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite"], docA
|
|||
,Para [Link [Str "URL",Space,Str "and",Space,Str "title"] ("/url/","")]
|
||||
,Para [Link [Str "URL",Space,Str "and",Space,Str "title"] ("/url/","")]
|
||||
,Para [Link [Str "with_underscore"] ("/url/with_underscore","")]
|
||||
,Para [Link [Str "Email",Space,Str "link"] ("mailto:nobody@nowhere.net","")]
|
||||
,Para [Link [Code ("",[],[]) "nobody@nowhere.net"] ("mailto:nobody@nowhere.net","")]
|
||||
,Para [Link [Str "Empty"] ("",""),Str "."]
|
||||
,Header 2 [Str "Reference"]
|
||||
,Para [Str "Foo",Space,Link [Str "bar"] ("/url/",""),Str "."]
|
||||
|
|
Loading…
Reference in a new issue