diff options
Diffstat (limited to 'tests/roots/test-warnings/autodoc_fodder.py')
-rw-r--r-- | tests/roots/test-warnings/autodoc_fodder.py | 6 |
1 files changed, 6 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..59e4e21 --- /dev/null +++ b/tests/roots/test-warnings/autodoc_fodder.py @@ -0,0 +1,6 @@ +class MarkupError: + """ + .. note:: This is a docstring with a + small markup error which should have + correct location information. + """ |