summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-03 19:33:44 +0100
committerGeorg Brandl <georg@python.org>2011-01-03 19:33:44 +0100
commiteb014a1b6498e373f6909859eecdaab13f9809b4 (patch)
treeff5be959f6850de2aa691a667bf626d590619381
parent69e5b91b2daa147e01fe4f497086639dc69f392b (diff)
downloadsphinx-git-eb014a1b6498e373f6909859eecdaab13f9809b4.tar.gz
Add missing file.
-rw-r--r--tests/root/autodoc_fodder.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/root/autodoc_fodder.py b/tests/root/autodoc_fodder.py
new file mode 100644
index 000000000..e5fd74139
--- /dev/null
+++ b/tests/root/autodoc_fodder.py
@@ -0,0 +1,7 @@
+
+class MarkupError(object):
+ """
+ .. note:: This is a docstring with a
+ small markup error which should have
+ correct location information.
+ """