aboutsummaryrefslogtreecommitdiff
path: root/test/fb2/reader/epigraph.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/fb2/reader/epigraph.native')
-rw-r--r--test/fb2/reader/epigraph.native9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fb2/reader/epigraph.native b/test/fb2/reader/epigraph.native
new file mode 100644
index 000000000..a58a3e05b
--- /dev/null
+++ b/test/fb2/reader/epigraph.native
@@ -0,0 +1,9 @@
+Pandoc (Meta {unMeta = fromList []})
+[Div ("",["epigraph"],[])
+ [Para [Str "Body",Space,Str "epigraph"]]
+,Div ("",["section"],[])
+ [Div ("",["epigraph"],[])
+ [Para [Str "Section",Space,Str "epigraph"]]
+ ,Div ("",["section"],[])
+ [Div ("",["epigraph"],[])
+ [Para [Str "Subsection",Space,Str "epigraph"]]]]]