summaryrefslogtreecommitdiff
path: root/test/functional/input
diff options
context:
space:
mode:
authortimehorse <timehorse@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-06-03 22:02:46 +0000
committertimehorse <timehorse@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2015-06-03 22:02:46 +0000
commit6b27b2a32999343f931e2b2a8da6745539541e9a (patch)
tree0d3f7ee3d333b491fae1a8c260656c662e1fdc10 /test/functional/input
parent796a11e44d5b824b9958d1ce1dc9125643c289ef (diff)
downloaddocutils-6b27b2a32999343f931e2b2a8da6745539541e9a.tar.gz
Fix for bug number 276 ODT Writer strips classes from inline character markup when more than one class.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7899 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input')
-rw-r--r--test/functional/input/odt_nested_class.txt4
-rw-r--r--test/functional/input/odt_no_class.txt3
-rw-r--r--test/functional/input/odt_unnested_class.txt4
3 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/input/odt_nested_class.txt b/test/functional/input/odt_nested_class.txt
new file mode 100644
index 000000000..cc5ebdf9c
--- /dev/null
+++ b/test/functional/input/odt_nested_class.txt
@@ -0,0 +1,4 @@
+.. role:: action
+ :class: action parenthetical direction
+
+Hello... `(beat)`:action: ...there!
diff --git a/test/functional/input/odt_no_class.txt b/test/functional/input/odt_no_class.txt
new file mode 100644
index 000000000..110c2a51e
--- /dev/null
+++ b/test/functional/input/odt_no_class.txt
@@ -0,0 +1,3 @@
+.. role:: action
+
+Hello... `(beat)`:action: ...there!
diff --git a/test/functional/input/odt_unnested_class.txt b/test/functional/input/odt_unnested_class.txt
new file mode 100644
index 000000000..ffc768b58
--- /dev/null
+++ b/test/functional/input/odt_unnested_class.txt
@@ -0,0 +1,4 @@
+.. role:: action
+ :class: action
+
+Hello... `(beat)`:action: ...there!