| OLD | NEW | 
| (Empty) |  | 
 |   1 The test verifies if the spelling markers disappear when the multiple misspelled
     words are concatenated by delete command. To test manually, type "it's a meages
    ga meagesga ", then select and delete "esga meag". The test succeeds if the rema
    ining text does not have any underline. | 
 |   2  | 
 |   3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
    ". | 
 |   4  | 
 |   5  | 
 |   6 it's a meagesga meagesga  | 
 |   7 PASS internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false | 
 |   8 PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became true | 
 |   9  | 
 |  10 it's a meagesga  | 
 |  11 FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false | 
 |  12 FAIL internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false | 
 |  13  | 
 |  14 it's a meagmeagesga  | 
 |  15 FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false | 
 |  16 PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false | 
 |  17  | 
 |  18 it's a meagesgaesga  | 
 |  19 FAIL internals.hasSpellingMarker(document, marker1[0], marker1[1]) became false | 
 |  20 PASS internals.hasSpellingMarker(document, marker2[0], marker2[1]) became false | 
 |  21  | 
 |  22 PASS successfullyParsed is true | 
 |  23  | 
 |  24 TEST COMPLETE | 
 |  25  | 
| OLD | NEW |