| OLD | NEW |
| 1 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options []: | 1 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options []: |
| 2 PASS: Got a match at 1,2 as expected. | 2 PASS: Got a match at 1,2 as expected. |
| 3 PASS: Got a match at 13,14 as expected. | 3 PASS: Got a match at 13,14 as expected. |
| 4 PASS: Got a match at 15,16 as expected. | 4 PASS: Got a match at 15,16 as expected. |
| 5 PASS: Got no match as expected. | 5 PASS: Got no match as expected. |
| 6 | 6 |
| 7 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [WrapAround]: | 7 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [WrapAround]: |
| 8 PASS: Got a match at 1,2 as expected. | 8 PASS: Got a match at 1,2 as expected. |
| 9 PASS: Got a match at 13,14 as expected. | 9 PASS: Got a match at 13,14 as expected. |
| 10 PASS: Got a match at 15,16 as expected. | 10 PASS: Got a match at 15,16 as expected. |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 PASS: Got no match as expected. | 166 PASS: Got no match as expected. |
| 167 | 167 |
| 168 Searching for ‘@’ in ‘Use an @import rule’ with options [AtWordStarts]: | 168 Searching for ‘@’ in ‘Use an @import rule’ with options [AtWordStarts]: |
| 169 PASS: Got a match at 7,8 as expected. | 169 PASS: Got a match at 7,8 as expected. |
| 170 PASS: Got no match as expected. | 170 PASS: Got no match as expected. |
| 171 | 171 |
| 172 Searching for ‘(x’ in ‘If ((x + 5) * 2) = 14, then x = 2’ with options [AtWordSt
arts]: | 172 Searching for ‘(x’ in ‘If ((x + 5) * 2) = 14, then x = 2’ with options [AtWordSt
arts]: |
| 173 PASS: Got a match at 4,6 as expected. | 173 PASS: Got a match at 4,6 as expected. |
| 174 PASS: Got no match as expected. | 174 PASS: Got no match as expected. |
| 175 | 175 |
| 176 Searching for ‘lowo’ in ‘hello<img src='../resources/abe.png'>world’ with option
s []: |
| 177 PASS: Got a match at 3,2 as expected. |
| 178 PASS: Got no match as expected. |
| 176 | 179 |
| 180 |
| OLD | NEW |