summaryrefslogtreecommitdiff
path: root/sandbox/odf2docutils/tests/textSimple/expected
diff options
context:
space:
mode:
authorsmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-07-31 18:52:41 +0000
committersmerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-07-31 18:52:41 +0000
commitd74b6ceca54f9126baa629f80a984e4eab42c9e5 (patch)
treeb7e68481fad000393bc4b78a7901fb753a3f1bcc /sandbox/odf2docutils/tests/textSimple/expected
parent862e65e74e8749c30589abb3c398971b356f070d (diff)
downloaddocutils-d74b6ceca54f9126baa629f80a984e4eab42c9e5.tar.gz
First usable version. Converts bullet lists and plain text.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/odf2docutils/tests/textSimple/expected')
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/empty.xml3
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/nestedList.xml3
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/oneLine.xml3
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/simpleList.xml3
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/twoParas.xml3
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/wrongNesting.xml3
-rw-r--r--sandbox/odf2docutils/tests/textSimple/expected/wrongerNesting.xml3
7 files changed, 21 insertions, 0 deletions
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/empty.xml b/sandbox/odf2docutils/tests/textSimple/expected/empty.xml
new file mode 100644
index 000000000..9984e1a84
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/empty.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><paragraph/></document>
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/nestedList.xml b/sandbox/odf2docutils/tests/textSimple/expected/nestedList.xml
new file mode 100644
index 000000000..68294d370
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/nestedList.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><bullet_list bullet="*"><list_item><paragraph>First level</paragraph><bullet_list bullet="*"><list_item><paragraph>Second level</paragraph></list_item></bullet_list></list_item><list_item><paragraph>First again</paragraph><bullet_list bullet="*"><list_item><paragraph>Second again</paragraph></list_item><list_item><paragraph>Once more</paragraph><bullet_list bullet="*"><list_item><paragraph>Third level</paragraph><bullet_list bullet="*"><list_item><paragraph>And number four</paragraph></list_item></bullet_list></list_item></bullet_list></list_item><list_item><paragraph>Closing on second level</paragraph></list_item></bullet_list></list_item></bullet_list></document>
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/oneLine.xml b/sandbox/odf2docutils/tests/textSimple/expected/oneLine.xml
new file mode 100644
index 000000000..098829871
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/oneLine.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><paragraph>One line.</paragraph></document>
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/simpleList.xml b/sandbox/odf2docutils/tests/textSimple/expected/simpleList.xml
new file mode 100644
index 000000000..d344de0a8
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/simpleList.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><bullet_list bullet="*"><list_item><paragraph>First bullet</paragraph></list_item><list_item><paragraph>Second bullet</paragraph></list_item></bullet_list></document>
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/twoParas.xml b/sandbox/odf2docutils/tests/textSimple/expected/twoParas.xml
new file mode 100644
index 000000000..bac0ae1aa
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/twoParas.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><paragraph>First paragraph.</paragraph><paragraph>Second paragraph.</paragraph></document>
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/wrongNesting.xml b/sandbox/odf2docutils/tests/textSimple/expected/wrongNesting.xml
new file mode 100644
index 000000000..b471597f0
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/wrongNesting.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><bullet_list bullet="*"><list_item><paragraph>First level</paragraph><bullet_list bullet="*"><list_item><paragraph>Second level</paragraph></list_item></bullet_list></list_item></bullet_list><bullet_list bullet="*"><list_item><bullet_list bullet="*"><list_item><paragraph>Second but restarted</paragraph></list_item></bullet_list></list_item></bullet_list></document>
diff --git a/sandbox/odf2docutils/tests/textSimple/expected/wrongerNesting.xml b/sandbox/odf2docutils/tests/textSimple/expected/wrongerNesting.xml
new file mode 100644
index 000000000..95af877ff
--- /dev/null
+++ b/sandbox/odf2docutils/tests/textSimple/expected/wrongerNesting.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
+<document><bullet_list bullet="*"><list_item><paragraph>First level</paragraph><bullet_list bullet="*"><list_item><paragraph>Second level</paragraph></list_item></bullet_list></list_item></bullet_list><bullet_list bullet="*"><list_item><bullet_list bullet="*"><list_item><paragraph>Second but restarted</paragraph></list_item></bullet_list></list_item><list_item><paragraph>First again</paragraph></list_item></bullet_list></document>