Bug #7534
/(?i:[\W])/ and /(?i:[\w])/ both match "s"
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0dev (2012-12-08 trunk 38268) [x86_64-darwin12.2.1]
Description
If you drop any of the 3 conditions - case-insensitivity, character class, or "s" - this bug does not happen.
Related issues
History
#1
[ruby-core:50687]
Updated by hasari (Hiro Asari) over 5 years ago
This was reported by Ian Leitch. https://twitter.com/ileitch/status/277234777118093314 (https://gist.github.com/4236706)
#2
[ruby-core:50688]
Updated by charliesome (Charlie Somerville) over 5 years ago
Related to #7533
#3
[ruby-core:50692]
Updated by phasis68 (Heesob Park) over 5 years ago
As far as I can remember, this issue is two years old.
Refer to #4044
#4
[ruby-core:50695]
Updated by hasari (Hiro Asari) over 5 years ago
Indeed, this is a duplicate of #4044. My apologies. Please close this one. Thank you.
#5
[ruby-core:50696]
Updated by vo.x (Vit Ondruch) over 5 years ago
- Status changed from Open to Closed