| OLD | NEW |
| 1 Tests when line breaking is allowed after a question mark character. | 1 Tests when line breaking is allowed after a question mark character. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS allowsBreakBefore(33) is false | 6 PASS allowsBreakBefore(33) is false |
| 7 PASS allowsBreakBefore(34) is false | 7 PASS allowsBreakBefore(34) is false |
| 8 PASS allowsBreakBefore(35) is true | 8 PASS allowsBreakBefore(35) is true |
| 9 PASS allowsBreakBefore(36) is true | 9 PASS allowsBreakBefore(36) is true |
| 10 PASS allowsBreakBefore(37) is true | 10 PASS allowsBreakBefore(37) is true |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 PASS allowsBreakBefore(122) is true | 95 PASS allowsBreakBefore(122) is true |
| 96 PASS allowsBreakBefore(123) is true | 96 PASS allowsBreakBefore(123) is true |
| 97 PASS allowsBreakBefore(124) is true | 97 PASS allowsBreakBefore(124) is true |
| 98 PASS allowsBreakBefore(125) is false | 98 PASS allowsBreakBefore(125) is false |
| 99 PASS allowsBreakBefore(126) is true | 99 PASS allowsBreakBefore(126) is true |
| 100 PASS allowsBreakBefore(127) is true | 100 PASS allowsBreakBefore(127) is true |
| 101 PASS successfullyParsed is true | 101 PASS successfullyParsed is true |
| 102 | 102 |
| 103 TEST COMPLETE | 103 TEST COMPLETE |
| 104 | 104 |
| OLD | NEW |