rename / goto fully functional

This commit is contained in:
David Halter
2012-09-22 17:20:51 +02:00
parent 5982c7c93d
commit 78f2059c12
3 changed files with 21 additions and 16 deletions

View File

@@ -71,15 +71,18 @@ module_not_exists
#< (1,0), (85,17), (75,24), (78,0), (81,17), (4,5)
#< (1,0), (75,24), (78,0), (81,17), (4,5), (85,17), (88,17)
from import_tree import rename1
#< (78,8), (3,0), (4,20), (6,0), (81,32), (82,0)
#< (78,8), (3,0), (4,20), (6,0), (81,32), (85,32), (82,0)
rename1.abc
#< (78,8), (3,0), (4,20), (6,0), (81,32), (82,0)
#< (78,8), (3,0), (4,20), (6,0), (81,32), (85,32), (82,0)
from import_tree.rename1 import abc
abc
#< (75, 24),
#< 20 (1,0), (4,5), (75,24), (78,0), (81,17), (85,17), (88,17)
from import_tree.rename1 import abc
#< (88, 32),
from import_tree.rename1 import not_existing