We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceaeab commit 03e7d6aCopy full SHA for 03e7d6a
tests/test_rst.py
@@ -837,6 +837,7 @@ def test_looks_like_rst_recognises_rst():
837
assert looks_like_rst('the following code::\n\n\tcode')
838
assert looks_like_rst('See Also\n--------\n')
839
assert looks_like_rst('.. versionadded:: 0.1')
840
+ assert looks_like_rst('Description.\n\n:param spam: eggs.\n')
841
842
843
def test_looks_like_rst_ignores_plain_text():
0 commit comments