| 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 |
| 11 PASS allowsBreakBefore(38) is true | 11 PASS allowsBreakBefore(38) is true |
| 12 PASS allowsBreakBefore(39) is false | 12 FAIL allowsBreakBefore(39) should be false. Was true. |
| 13 PASS allowsBreakBefore(40) is true | 13 PASS allowsBreakBefore(40) is true |
| 14 PASS allowsBreakBefore(41) is false | 14 PASS allowsBreakBefore(41) is false |
| 15 PASS allowsBreakBefore(42) is true | 15 PASS allowsBreakBefore(42) is true |
| 16 PASS allowsBreakBefore(43) is true | 16 PASS allowsBreakBefore(43) is true |
| 17 PASS allowsBreakBefore(44) is false | 17 PASS allowsBreakBefore(44) is false |
| 18 PASS allowsBreakBefore(45) is true | 18 PASS allowsBreakBefore(45) is true |
| 19 PASS allowsBreakBefore(46) is false | 19 PASS allowsBreakBefore(46) is false |
| 20 PASS allowsBreakBefore(47) is false | 20 PASS allowsBreakBefore(47) is false |
| 21 PASS allowsBreakBefore(48) is true | 21 PASS allowsBreakBefore(48) is true |
| 22 PASS allowsBreakBefore(49) is true | 22 PASS allowsBreakBefore(49) is true |
| (...skipping 72 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 |