aboutsummaryrefslogtreecommitdiff
path: root/test/pptx
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2019-02-27 09:30:50 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2019-02-27 09:30:50 -0500
commita908129d932fa066d9cec575a1065c5e6345a679 (patch)
tree542c1ae3f23c01a0db732c891daeca33703d12b7 /test/pptx
parent9dfac2cf1a7130ec2b3615b6d4afb23a84c272f4 (diff)
downloadpandoc-a908129d932fa066d9cec575a1065c5e6345a679.tar.gz
Powerpoint writer: add tests for underline.
Diffstat (limited to 'test/pptx')
-rw-r--r--test/pptx/inline_formatting.native2
-rw-r--r--test/pptx/inline_formatting.pptxbin26123 -> 26158 bytes
-rw-r--r--test/pptx/inline_formatting_templated.pptxbin393444 -> 393479 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/test/pptx/inline_formatting.native b/test/pptx/inline_formatting.native
index d79220e4f..164176af2 100644
--- a/test/pptx/inline_formatting.native
+++ b/test/pptx/inline_formatting.native
@@ -1,5 +1,5 @@
-Pandoc (Meta {unMeta = fromList []})
[Para [Str "Here",Space,Str "are",Space,Str "examples",Space,Str "of",Space,Emph [Str "italics"],Str ",",Space,Strong [Str "bold"],Str ",",Space,Str "and",Space,Strong [Emph [Str "bold",Space,Str "italics"]],Str "."]
,Para [Str "Here",Space,Str "is",Space,Strikeout [Str "strook-three"],Space,Str "strike-through",Space,Str "and",Space,SmallCaps [Str "small",Space,Str "caps"],Str "."]
+,Para [Str "Here",Space,Str "is",Space,Span ("",["underline"],[]) [Str "some",Space,Emph [Str "underlined"],Space,Strong [Str "text"]],Str "."]
,Para [Str "We",Space,Str "can",Space,Str "also",Space,Str "do",Space,Str "subscripts",Space,Str "(H",Subscript [Str "2"],Str "0)",Space,Str "and",Space,Str "super",Superscript [Str "script"],Str "."]
,RawBlock (Format "html") "<!-- Comments don't show up. -->"]
diff --git a/test/pptx/inline_formatting.pptx b/test/pptx/inline_formatting.pptx
index 0598d6344..328f23018 100644
--- a/test/pptx/inline_formatting.pptx
+++ b/test/pptx/inline_formatting.pptx
Binary files differ
diff --git a/test/pptx/inline_formatting_templated.pptx b/test/pptx/inline_formatting_templated.pptx
index 32efe34bd..897a0c367 100644
--- a/test/pptx/inline_formatting_templated.pptx
+++ b/test/pptx/inline_formatting_templated.pptx
Binary files differ