commit | 5c4e32b131af335d82e467ba95d6b30a414020e8 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jan 11 08:32:01 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Jan 11 08:32:01 2013 +0200 |
tree | 75d5742ff3c21a65b1731b3a51c380c03f46930b | |
parent | 32851d61f2779b4fcefb92fa0a74f814a87211cb [diff] |
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett.