69
69
multiparent.ParentText(0, 3, 4, 1)],
74
self.assertEqual([(0, 0, 1), (1, 2, 3), (4, 5, 0)],
78
self.assertEqual([(0, 0, 1), (2, 1, 3), (5, 4, 0)],
72
81
def test_range_iterator(self):
73
82
diff = multiparent.MultiParent.from_lines(LINES_1, [LINES_2, LINES_3])
74
83
diff.hunks.append(multiparent.NewText(['q\n']))