summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-11-10 11:55:03 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-11-10 11:55:03 +0100
commita3f870a053565fcc0cfa9ac04a7cc0b7466775de (patch)
treee38e60d6f7e8b585431da7601eccb4d9482073ed /test
parent878768260ef9eb99fc3900660fb5b42321a174f2 (diff)
add a few test Word files for features which are already dumped
I'm adding these as RTF as that format is much more compact and being a textural format it's more suitable for git checkin.
Diffstat (limited to 'test')
-rw-r--r--test/charprops.rtf3
-rw-r--r--test/hello.rtf3
-rw-r--r--test/parprops.rtf4
3 files changed, 10 insertions, 0 deletions
diff --git a/test/charprops.rtf b/test/charprops.rtf
new file mode 100644
index 0000000..d0a2a3a
--- /dev/null
+++ b/test/charprops.rtf
@@ -0,0 +1,3 @@
+{\rtf1
+Hello \b world!\par
+}
diff --git a/test/hello.rtf b/test/hello.rtf
new file mode 100644
index 0000000..af7104a
--- /dev/null
+++ b/test/hello.rtf
@@ -0,0 +1,3 @@
+{\rtf1
+Hello world!\par
+}
diff --git a/test/parprops.rtf b/test/parprops.rtf
new file mode 100644
index 0000000..149e819
--- /dev/null
+++ b/test/parprops.rtf
@@ -0,0 +1,4 @@
+{\rtf1
+Hello world!\par
+\qc Second para.\par
+}