1
0
forked from VimPlug/jedi

removed whitespace in renaming tests

This commit is contained in:
David Halter
2012-12-24 17:15:21 +01:00
parent 6322df11f3
commit 1a4b556ddb

View File

@@ -11,19 +11,12 @@ abc.d.a.bsaasd.abc.d
abc abc
abc = abc =
#< (-3,0), (0,0) #< (-3,0), (0,0)
abc abc
Abc = 3 Abc = 3
#< 6 (0,6), (2,4), (5,8), (17,0) #< 6 (0,6), (2,4), (5,8), (17,0)
@@ -47,10 +40,6 @@ class Abc():
Abc.d.Abc Abc.d.Abc
#< 4 (0,4), (4,1) #< 4 (0,4), (4,1)
def blub(): def blub():
@@ -60,7 +49,6 @@ def blub():
def a(): pass def a(): pass
#< (0,7), (3,0) #< (0,7), (3,0)
import module_not_exists import module_not_exists
@@ -68,9 +56,6 @@ import module_not_exists
module_not_exists module_not_exists
#< ('rename1', 1,0), (0,24), (3,0), (6,17), ('rename2', 4,5), (10,17), (13,17) #< ('rename1', 1,0), (0,24), (3,0), (6,17), ('rename2', 4,5), (10,17), (13,17)
from import_tree import rename1 from import_tree import rename1
@@ -88,8 +73,6 @@ from import_tree.rename1 import abc
from import_tree.rename1 import not_existing from import_tree.rename1 import not_existing
response = 5 response = 5
#< 0 (0,0), (1,0), (2,0), (4,0) #< 0 (0,0), (1,0), (2,0), (4,0)
response = HttpResponse(mimetype='application/pdf') response = HttpResponse(mimetype='application/pdf')