aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/lists.native
diff options
context:
space:
mode:
authorEmily Bourke <undergroundquizscene@protonmail.com>2021-08-25 14:35:19 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-01 07:16:17 -0700
commit8dbea4909211ef7b2acc677288be7c5f10cbb40e (patch)
tree4300a31d7358a2277b4c583217e6ba0c9d484707 /test/pptx/lists.native
parent0617d3a88bb1f84622b8a94bd3366c7c8c9e8f8a (diff)
downloadpandoc-8dbea4909211ef7b2acc677288be7c5f10cbb40e.tar.gz
pptx: Restructure tests
- Use dashes consistently rather than underscores - Make a folder for each set of tests - List test files explicitly (Cabal doesn’t support ** until version 2.4)
Diffstat (limited to 'test/pptx/lists.native')
-rw-r--r--test/pptx/lists.native18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/pptx/lists.native b/test/pptx/lists.native
deleted file mode 100644
index 61249c7fe..000000000
--- a/test/pptx/lists.native
+++ /dev/null
@@ -1,18 +0,0 @@
-[Header 1 ("lists",[],[]) [Str "Lists"]
-,BulletList
- [[Para [Str "Bulleted",Space,Str "bulleted",Space,Str "lists."]]
- ,[Para [Str "And",Space,Str "go",Space,Str "to",Space,Str "arbitrary",Space,Str "depth."]
- ,BulletList
- [[Para [Str "Like",Space,Str "this"]
- ,BulletList
- [[Plain [Str "Or",Space,Str "this"]]]]
- ,[Para [Str "Back",Space,Str "to",Space,Str "here."]]]]]
-,Header 1 ("lists-continued",[],[]) [Str "Lists",Space,Str "(continued)"]
-,Para [Str "Lists",Space,Str "can",Space,Str "also",Space,Str "be",Space,Str "numbered:"]
-,OrderedList (1,Decimal,Period)
- [[Para [Str "Tomatoes"]]
- ,[Para [Str "Potatoes",Space,Str "of",Space,Str "various",Space,Str "sorts"]
- ,OrderedList (1,LowerAlpha,Period)
- [[Para [Str "sweet",Space,Str "potatoes"]]
- ,[Para [Str "russet",Space,Str "potates"]]]]
- ,[Para [Str "Tornadoes,",Space,Str "for",Space,Str "the",Space,Str "rhyme."]]]]