40e67b8737
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
18 lines
617 B
Text
18 lines
617 B
Text
[Header 2 ("some-nested-lists",[],[]) [Str "Some",Space,Str "nested",Space,Str "lists"]
|
|
,OrderedList (1,Decimal,Period)
|
|
[[Para [Str "one"]]
|
|
,[Para [Str "two"]
|
|
,OrderedList (1,LowerAlpha,DefaultDelim)
|
|
[[Para [Str "a"]]
|
|
,[Para [Str "b"]]]]]
|
|
,BulletList
|
|
[[Para [Str "one"]]
|
|
,[Para [Str "two"]
|
|
,BulletList
|
|
[[Para [Str "three"]
|
|
,BulletList
|
|
[[Para [Str "four"]
|
|
,Para [Str "Sub",Space,Str "paragraph"]]]]]]
|
|
,[Para [Str "Same",Space,Str "list"]]]
|
|
,BulletList
|
|
[[Para [Str "Different",Space,Str "list",Space,Str "adjacent",Space,Str "to",Space,Str "the",Space,Str "one",Space,Str "above."]]]]
|