summaryrefslogtreecommitdiff
path: root/test/functional/tests
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-11-05 22:09:32 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-11-05 22:09:32 +0000
commit7ce9f882ce55e5f044aca055a229ea6d62a49a84 (patch)
tree89180b1906f1ab8614d06329e0c142e6fa311bd9 /test/functional/tests
parentce1ba749d1ab4b8866c8dae3f6770ec2011de899 (diff)
downloaddocutils-7ce9f882ce55e5f044aca055a229ea6d62a49a84.tar.gz
Math support:
documentation, tests, and stubs for manpage and odt writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6471 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/tests')
-rw-r--r--test/functional/tests/html_math.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/tests/html_math.py b/test/functional/tests/html_math.py
new file mode 100644
index 000000000..11da348ee
--- /dev/null
+++ b/test/functional/tests/html_math.py
@@ -0,0 +1,12 @@
+# Source and destination file names.
+test_source = "data/math.txt"
+test_destination = "math.xhtml"
+
+# Keyword parameters passed to publish_file.
+reader_name = "standalone"
+parser_name = "rst"
+writer_name = "html"
+
+# Extra setting we need
+
+# settings_overrides['use_latex_docinfo'] = 1