aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/docbook-reader.docbook24
-rw-r--r--test/docbook-reader.native7
2 files changed, 30 insertions, 1 deletions
diff --git a/test/docbook-reader.docbook b/test/docbook-reader.docbook
index eaa0d5273..02568d8de 100644
--- a/test/docbook-reader.docbook
+++ b/test/docbook-reader.docbook
@@ -1563,5 +1563,29 @@ or here: <http://example.com/>
</tbody>
</tgroup>
</informaltable>
+ <procedure><title>An Example Procedure</title>
+ <step>
+ <para>
+ A Step
+ </para>
+ </step>
+ <step>
+ <para>
+ Another Step
+ </para>
+ <substeps>
+ <step>
+ <para>
+ Substeps can be nested indefinitely deep.
+ </para>
+ </step>
+ </substeps>
+ </step>
+ <step>
+ <para>
+ A Final Step
+ </para>
+ </step>
+ </procedure>
</sect1>
</article>
diff --git a/test/docbook-reader.native b/test/docbook-reader.native
index 36245e875..1961949d9 100644
--- a/test/docbook-reader.native
+++ b/test/docbook-reader.native
@@ -575,4 +575,9 @@ Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "John",Sof
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "Here's",Space,Str "another",Space,Str "one.",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows."]]]])]
(TableFoot ("",[],[])
- [])]
+ [])
+,BulletList
+ [[Para [Str "A",Space,Str "Step"]]
+ ,[Para [Str "Another",Space,Str "Step"]
+ ,Para [Str "Substeps",Space,Str "can",Space,Str "be",Space,Str "nested",Space,Str "indefinitely",Space,Str "deep."]]
+ ,[Para [Str "A",Space,Str "Final",Space,Str "Step"]]]]