Skip to content

Commit 03e7d6a

Browse files
committed
chore: add test to reproduce the issue
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent cceaeab commit 03e7d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_rst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ def test_looks_like_rst_recognises_rst():
837837
assert looks_like_rst('the following code::\n\n\tcode')
838838
assert looks_like_rst('See Also\n--------\n')
839839
assert looks_like_rst('.. versionadded:: 0.1')
840+
assert looks_like_rst('Description.\n\n:param spam: eggs.\n')
840841

841842

842843
def test_looks_like_rst_ignores_plain_text():

0 commit comments

Comments
 (0)