aboutsummaryrefslogtreecommitdiff
path: root/test/docx/custom-style-roundtrip-start.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-01-27 11:46:41 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-01-27 11:46:41 -0500
commitebcd04f57a4693447a47891c4cf3654e023d4f13 (patch)
tree837a8830770accbad1a0f540a4d1bbd38782297d /test/docx/custom-style-roundtrip-start.native
parenta66bfd9071a73436dbd8be41eea00d9a50dc81ae (diff)
downloadpandoc-ebcd04f57a4693447a47891c4cf3654e023d4f13.tar.gz
Docx writer tests: Add tests for custom styles
Diffstat (limited to 'test/docx/custom-style-roundtrip-start.native')
-rw-r--r--test/docx/custom-style-roundtrip-start.native5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/docx/custom-style-roundtrip-start.native b/test/docx/custom-style-roundtrip-start.native
deleted file mode 100644
index c4566ed85..000000000
--- a/test/docx/custom-style-roundtrip-start.native
+++ /dev/null
@@ -1,5 +0,0 @@
-[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "test",Space,Str "of",Space,Str "custom-styles."]
-,Para [Str "Here",Space,Str "is",Space,Str "something",Space,Span ("",[],[("custom-style","Emphatic")]) [Str "emphasized"],Str ".",Space,Str "And",SoftBreak,Str "here",Space,Str "is",Space,Str "something",Space,Span ("",[],[("custom-style","Strengthened")]) [Str "strong"],Str "."]
-,Div ("",[],[("custom-style","My Block Style")])
- [Para [Str "One",Space,Str "paragraph",Space,Str "of",Space,Str "text."]
- ,Para [Str "And",Space,Str "another",Space,Str "paragraph",Space,Str "of",Space,Span ("",[],[("custom-style","Emphatic")]) [Str "really",SoftBreak,Str "cool"],Space,Str "text."]]]