| 240 |
45. The pattern /.(*F)/, when applied to "abc" with PCRE_PARTIAL_HARD, gave a |
45. The pattern /.(*F)/, when applied to "abc" with PCRE_PARTIAL_HARD, gave a |
| 241 |
partial match of an empty string instead of no match. This was specific to |
partial match of an empty string instead of no match. This was specific to |
| 242 |
the use of ".". |
the use of ".". |
| 243 |
|
|
| 244 |
|
46. The pattern /f.*/8s, when applied to "for" with PCRE_PARTIAL_HARD, gave a |
| 245 |
|
complete match instead of a partial match. This bug was dependent on both |
| 246 |
|
the PCRE_UTF8 and PCRE_DOTALL options being set. |
| 247 |
|
|
| 248 |
|
|
| 249 |
Version 8.12 15-Jan-2011 |
Version 8.12 15-Jan-2011 |