aboutsummaryrefslogtreecommitdiff
path: root/tests/html-reader.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 01:21:21 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-23 01:21:21 +0000
commitf69d9efc8323b202dc0f333036da1c38a2fd270a (patch)
tree39c31399a986466d4285ce917da6e4141991dcc3 /tests/html-reader.native
parent1296273c8577465a1bb17161909c2596f84c8bd8 (diff)
downloadpandoc-f69d9efc8323b202dc0f333036da1c38a2fd270a.tar.gz
Added definition list support to HTML reader.
Added a test for definition lists to the html-reader test suite. git-svn-id: https://pandoc.googlecode.com/svn/trunk@781 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/html-reader.native')
-rw-r--r--tests/html-reader.native8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/html-reader.native b/tests/html-reader.native
index f7de8df4a..a432bda7e 100644
--- a/tests/html-reader.native
+++ b/tests/html-reader.native
@@ -150,6 +150,14 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] [] "")
, BulletList
[ [ Para [Str "this",Space,Str "is",Space,Str "an",Space,Str "example",Space,Str "list",Space,Str "item",Space,Str "indented",Space,Str "with",Space,Str "tabs"] ]
, [ Para [Str "this",Space,Str "is",Space,Str "an",Space,Str "example",Space,Str "list",Space,Str "item",Space,Str "indented",Space,Str "with",Space,Str "spaces"] ] ] ] ]
+, Header 2 [Str "Definition"]
+, DefinitionList
+ [ ([Str "Violin"],
+ [ Plain [Str "Stringed",Space,Str "musical",Space,Str "instrument."]
+ , Plain [Str "Torture",Space,Str "device."] ] ),
+ ([Str "Cello",LineBreak,Str "Violoncello"],
+ [ Plain [Str "Low-voiced",Space,Str "stringed",Space,Str "instrument."] ]
+ ) ]
, HorizontalRule
, Header 1 [Str "HTML",Space,Str "Blocks"]
, Para [Str "Simple",Space,Str "block",Space,Str "on",Space,Str "one",Space,Str "line:"]