diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-02-22 12:06:25 -0500 |
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-02-22 13:05:44 -0500 |
| commit | ffcecfacb1e60e68e5a486bf815bf77db7a34759 (patch) | |
| tree | d5b0191648c735515a1a5fc294c686d13f9122bc /test/docx/custom-style-no-styles.native | |
| parent | 5262c0853acbef6dd25d9d6cbda26120859b45ff (diff) | |
Docx reader tests: test custom style extension.
Diffstat (limited to 'test/docx/custom-style-no-styles.native')
| -rw-r--r-- | test/docx/custom-style-no-styles.native | 4 |
1 files changed, 4 insertions, 0 deletions
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."]]] |
