| 133 |
19. In pcretest, if the pattern /(?m)^$/g<any> was matched against the string |
19. In pcretest, if the pattern /(?m)^$/g<any> was matched against the string |
| 134 |
"abc\r\n\r\n", it found an unwanted second match after the second \r. This |
"abc\r\n\r\n", it found an unwanted second match after the second \r. This |
| 135 |
was because its rules for how to advance for /g after matching an empty |
was because its rules for how to advance for /g after matching an empty |
| 136 |
string did not allow for this case. They now check for it specially. |
string at the end of a line did not allow for this case. They now check for |
| 137 |
|
it specially. |
| 138 |
|
|
| 139 |
|
|
| 140 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |