2 The test deletes cells 5 through 9.
3 Since all the cells in the third row were deleted, the third row is removed.
4 The cells in the second row are not removed because not all of them are deleted.
5 The second cell, which used to contain '5', is replaced with the 'world!' text, and the third cell is cleared:
27 | "<#selection-caret>world!"
35 This test deletes cells 5 through 9 of the first table and 1 through 5 of the second.
36 In the first table, cells 5-6 in the second row are cleared and the last row (cells 7-9) is removed.
37 In the second table, the first row (cells 1-3) is removed and cells 4-5 in the second row are cleared: