From a908129d932fa066d9cec575a1065c5e6345a679 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Wed, 27 Feb 2019 09:30:50 -0500 Subject: Powerpoint writer: add tests for underline. --- test/pptx/inline_formatting.native | 2 +- test/pptx/inline_formatting.pptx | Bin 26123 -> 26158 bytes test/pptx/inline_formatting_templated.pptx | Bin 393444 -> 393479 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pptx') 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") ""] diff --git a/test/pptx/inline_formatting.pptx b/test/pptx/inline_formatting.pptx index 0598d6344..328f23018 100644 Binary files a/test/pptx/inline_formatting.pptx and b/test/pptx/inline_formatting.pptx differ diff --git a/test/pptx/inline_formatting_templated.pptx b/test/pptx/inline_formatting_templated.pptx index 32efe34bd..897a0c367 100644 Binary files a/test/pptx/inline_formatting_templated.pptx and b/test/pptx/inline_formatting_templated.pptx differ -- cgit v1.2.3