From ffcecfacb1e60e68e5a486bf815bf77db7a34759 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 22 Feb 2018 12:06:25 -0500 Subject: Docx reader tests: test custom style extension. --- test/docx/custom-style-no-styles.native | 4 ++++ test/docx/custom-style-with-styles.native | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 test/docx/custom-style-no-styles.native create mode 100644 test/docx/custom-style-with-styles.native (limited to 'test/docx') diff --git a/test/docx/custom-style-no-styles.native b/test/docx/custom-style-no-styles.native new file mode 100644 index 000000000..b024f16b2 --- /dev/null +++ b/test/docx/custom-style-no-styles.native @@ -0,0 +1,4 @@ +[Para [Str "This",Space,Str "is",Space,Str "some",Space,Str "text."] +,Para [Str "This",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "an",Space,Emph [Str "emphasized"],Space,Str "text",Space,Str "style.",Space,Str "And",Space,Str "this",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "a",Space,Strong [Str "strengthened"],Space,Str "text",Space,Str "style."] +,BlockQuote + [Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "styled",Space,Str "paragraph",Space,Str "that",Space,Str "inherits",Space,Str "from",Space,Str "Block",Space,Str "Text."]]] diff --git a/test/docx/custom-style-with-styles.native b/test/docx/custom-style-with-styles.native new file mode 100644 index 000000000..146fea078 --- /dev/null +++ b/test/docx/custom-style-with-styles.native @@ -0,0 +1,7 @@ +[Div ("",[],[("custom-style","FirstParagraph")]) + [Para [Str "This",Space,Str "is",Space,Str "some",Space,Str "text."]] +,Div ("",[],[("custom-style","BodyText")]) + [Para [Str "This",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "an",Space,Emph [Span ("",[],[("custom-style","Emphatic")]) [Span ("",[],[("custom-style","Emphatic")]) [Str "emphasized"]]],Space,Str "text",Space,Str "style.",Space,Str "And",Space,Str "this",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "a",Space,Strong [Span ("",[],[("custom-style","Strengthened")]) [Span ("",[],[("custom-style","Strengthened")]) [Str "strengthened"]]],Space,Str "text",Space,Str "style."]] +,Div ("",[],[("custom-style","MyBlockStyle")]) + [BlockQuote + [Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "styled",Space,Str "paragraph",Space,Str "that",Space,Str "inherits",Space,Str "from",Space,Str "Block",Space,Str "Text."]]]] -- cgit v1.2.3