forked from VimPlug/jedi
removed whitespace in renaming tests
This commit is contained in:
@@ -11,19 +11,12 @@ abc.d.a.bsaasd.abc.d
|
||||
|
||||
abc
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
abc =
|
||||
|
||||
#< (-3,0), (0,0)
|
||||
abc
|
||||
|
||||
|
||||
|
||||
Abc = 3
|
||||
|
||||
#< 6 (0,6), (2,4), (5,8), (17,0)
|
||||
@@ -47,10 +40,6 @@ class Abc():
|
||||
Abc.d.Abc
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#< 4 (0,4), (4,1)
|
||||
def blub():
|
||||
|
||||
@@ -60,7 +49,6 @@ def blub():
|
||||
def a(): pass
|
||||
|
||||
|
||||
|
||||
#< (0,7), (3,0)
|
||||
import module_not_exists
|
||||
|
||||
@@ -68,9 +56,6 @@ import module_not_exists
|
||||
module_not_exists
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#< ('rename1', 1,0), (0,24), (3,0), (6,17), ('rename2', 4,5), (10,17), (13,17)
|
||||
from import_tree import rename1
|
||||
|
||||
@@ -88,8 +73,6 @@ from import_tree.rename1 import abc
|
||||
from import_tree.rename1 import not_existing
|
||||
|
||||
|
||||
|
||||
|
||||
response = 5
|
||||
#< 0 (0,0), (1,0), (2,0), (4,0)
|
||||
response = HttpResponse(mimetype='application/pdf')
|
||||
|
||||
Reference in New Issue
Block a user