mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added fill paragraph test for Denis
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
__author__ = 'ktisha'
|
||||
|
||||
def foo():
|
||||
"""
|
||||
This is my docstring. <caret>There are many like it, but this one mine. My docstring is my best friend. it is my life. I must master it as I must master my life.
|
||||
This is my docstring. There are many like it, but this one mine. My docstring is my best friend. it is my life. I must master it as I must master my life.
|
||||
"""
|
||||
@@ -0,0 +1,8 @@
|
||||
__author__ = 'ktisha'
|
||||
|
||||
def foo():
|
||||
"""
|
||||
This is my docstring. There are many like it, but this one mine. My docstring is my best friend. it is my life. I
|
||||
must master it as I must master my life. This is my docstring. There are many like it,
|
||||
but this one mine. My docstring is my best friend. it is my life. I must master it as I must master my life.
|
||||
"""
|
||||
@@ -16,6 +16,10 @@ public class PyFillParagraphTest extends PyTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void _testMultilineDocstring() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testDocstringOneParagraph() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user