aboutsummaryrefslogtreecommitdiff
path: root/test/odt
diff options
context:
space:
mode:
authorniszet <niszet0016@gmail.com>2021-04-01 08:44:34 +0900
committerGitHub <noreply@github.com>2021-03-31 16:44:34 -0700
commit40da6c402beb64e47838254c04228098129165df (patch)
tree8342e7f54bfc33402634b3128ce6e95cbb2d3fd8 /test/odt
parentfd0873c907ea0bc1fee9ecbca5f2d05e29c5fe5b (diff)
downloadpandoc-40da6c402beb64e47838254c04228098129165df.tar.gz
Treat tabs as spaces in ODT Reader. (#7185)
Diffstat (limited to 'test/odt')
-rw-r--r--test/odt/native/tab.native1
-rw-r--r--test/odt/odt/tab.odtbin0 -> 10170 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/test/odt/native/tab.native b/test/odt/native/tab.native
new file mode 100644
index 000000000..948e81cd5
--- /dev/null
+++ b/test/odt/native/tab.native
@@ -0,0 +1 @@
+[Para [Str "Three",Space,Str "tabs",Space,Str "between",Space,Str "A",Space,Str "and",Space,Str "B",Space,Str "will",Space,Str "be",Space,Str "converted",Space,Str "to",Space,Str "one",Space,Str "Space:",Space,Str "A",Space,Str "B."]] \ No newline at end of file
diff --git a/test/odt/odt/tab.odt b/test/odt/odt/tab.odt
new file mode 100644
index 000000000..a2c80f45c
--- /dev/null
+++ b/test/odt/odt/tab.odt
Binary files differ