OLD | NEW |
1 Grammar Error Only | 1 Tests spelling and grammar markers for misspellings. |
2 PASS internals.markerCountForNode(e.firstChild, "spelling") is 0 | 2 |
3 FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0. | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 FAIL range.toString() should be a. Threw exception TypeError: Cannot call method
'toString' of null | 4 |
5 Spelling Error Only | 5 |
6 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1 | 6 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1 |
7 PASS range.toString() is "zz" | 7 PASS range.toString() is next.issue |
8 PASS internals.markerCountForNode(e.firstChild, "grammar") is 0 | 8 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1 |
9 Grammar and Spelling Error | 9 PASS range.toString() is next.issue |
10 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1 | 10 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1 |
11 PASS range.toString() is "zz" | 11 PASS range.toString() is next.issue |
12 FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0. | 12 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1 |
13 FAIL range.toString() should be orange,zz,apple.. Threw exception TypeError: Can
not call method 'toString' of null | 13 PASS range.toString() is next.issue |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 I have a issue. | 17 I have a issue. |
18 zz. | 18 zz. |
19 orange,zz,apple. | 19 orange,zz,apple. |
OLD | NEW |