← Back to index
|
Original Bugzilla link
Bug 9512 – std.regex: Incorrect parsing of hex sequences composed from capital letters.
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-02-14T11:16:00Z
Last change time
2013-02-23T07:59:16Z
Assigned to
nobody
Creator
pintes
Comments
Comment #0
by pintes — 2013-02-14T11:16:24Z
Currently, for example the following hex sequence is parsed as valid: "\xJJ".
Comment #1
by github-bugzilla — 2013-02-23T06:04:28Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/a91b8667909e3a17e125cedf02aac69aa4b8c622
an awful typo in std.regex; fix issue 9512
https://github.com/D-Programming-Language/phobos/commit/37cbe794d25e1b9d3d8d1a523f1c332def2721fe
Merge pull request #1146 from blackwhale/typo-regex an awful typo in std.regex; issue 9512