blob: 519bb51811dfd4505b2189664760b522729fb482 [file] [log] [blame]
word mispelled word
This tests that if the cursor is on a misspelled word, the misspelled marker will still be returned for that range. The test places selection in the middle of 'mispelled' and then queries for the attributed string.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS attrString.indexOf('AXMisspelled = 1') != -1 is true
PASS successfullyParsed is true
TEST COMPLETE