summaryrefslogtreecommitdiff
path: root/tests/odt/native/textMixedStyles.native
diff options
context:
space:
mode:
authorhubertp-lshift <hubertp@lshift.de>2016-12-13 17:20:10 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-13 17:20:10 +0100
commita840e41fad2081245677a1eb1b1c7dc83d24df4c (patch)
tree53f7532d9af68b61060ea08f8e32e12d24d67205 /tests/odt/native/textMixedStyles.native
parent46fa347471ed3d35578d7ee301f9741c52159b08 (diff)
Test case for issue #3223 (#3308)
Diffstat (limited to 'tests/odt/native/textMixedStyles.native')
-rw-r--r--tests/odt/native/textMixedStyles.native5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/odt/native/textMixedStyles.native b/tests/odt/native/textMixedStyles.native
new file mode 100644
index 000000000..1347867c6
--- /dev/null
+++ b/tests/odt/native/textMixedStyles.native
@@ -0,0 +1,5 @@
+[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "simple",Space,Str "text"]
+,Para []
+,Para [Str "that",Space,Str "is",Space,Str "both",Space,Emph [Str "italic",Space],Strong [Str "bold",Space],Emph [Str "underlined",Space],Str "and",Space,Str "the",Space,Emph [Strong [Str "first",Space,Str "two"]],Space,Str "and",Space,Str "the",Space,Emph [Strong [Str "last",Space,Str "two",Space]],Space,Str "and",Space,Strong [Strikeout [Str "bold",Space,Str "and",Space,Str "line",Space,Str "through"]]]
+,Para []
+,Para [Str "And",Space,Str "with",Space,Superscript [Emph [Str "superscripts"]]]]