diff options
Diffstat (limited to 'test/textile-reader.native')
| -rw-r--r-- | test/textile-reader.native | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/textile-reader.native b/test/textile-reader.native index 184c1da90..3c23a5c73 100644 --- a/test/textile-reader.native +++ b/test/textile-reader.native @@ -749,6 +749,33 @@ Pandoc , Space , Str "spaces." ] + , Para + [ Str "A" + , Space + , Link + ( "" , [] , [] ) [ Str "link" ] ( "ftp://example.com" , "" ) + , Space + , Str "to" + , Space + , Str "a" + , Space + , Str "named" + , Space + , Str "target" + ] + , Para + [ Str "A" + , Space + , Link ( "" , [] , [] ) [ Str "link" ] ( "missing" , "" ) + , Space + , Str "to" + , Space + , Str "a" + , Space + , Str "missing" + , Space + , Str "target" + ] , Header 1 ( "tables" , [] , [] ) [ Str "Tables" ] , Para [ Str "Textile" |
