mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add missing tests for insertion of docstring stubs on typing enter or space
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class C:
|
||||
'''
|
||||
<caret>
|
||||
'''
|
||||
@@ -0,0 +1,2 @@
|
||||
class C:
|
||||
'''<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
<caret>
|
||||
"""
|
||||
@@ -0,0 +1 @@
|
||||
"""<caret>
|
||||
@@ -0,0 +1,3 @@
|
||||
class C:
|
||||
''' <caret>
|
||||
'''
|
||||
@@ -0,0 +1,2 @@
|
||||
class C:
|
||||
'''<caret>
|
||||
@@ -0,0 +1,2 @@
|
||||
""" <caret>
|
||||
"""
|
||||
@@ -0,0 +1 @@
|
||||
"""<caret>
|
||||
@@ -0,0 +1,7 @@
|
||||
def func(x, y, z):
|
||||
"""
|
||||
:param x: <caret>
|
||||
:param y:
|
||||
:param z:
|
||||
:return:
|
||||
"""
|
||||
@@ -0,0 +1,2 @@
|
||||
def func(x, y, z):
|
||||
"""<caret>
|
||||
Reference in New Issue
Block a user