summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-warnings/autodoc_fodder.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-warnings/autodoc_fodder.py')
-rw-r--r--tests/roots/test-warnings/autodoc_fodder.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/roots/test-warnings/autodoc_fodder.py b/tests/roots/test-warnings/autodoc_fodder.py
new file mode 100644
index 0000000..e5fd741
--- /dev/null
+++ b/tests/roots/test-warnings/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.
+ """