Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

case insensitivity in regex does not descend into quotes #1975

Closed
p6rt opened this issue Jul 27, 2010 · 5 comments
Closed

case insensitivity in regex does not descend into quotes #1975

p6rt opened this issue Jul 27, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jul 27, 2010

Migrated from rt.perl.org#76750 (status was 'resolved')

Searchable as RT76750$

@p6rt
Copy link
Author

p6rt commented Jul 27, 2010

From @moritz

14​:55 < moritz_> rakudo​: say 'a' ~~ /​:i A/
14​:55 <+p6eval> rakudo 9808d7​: OUTPUT«a␤»
14​:55 < moritz_> rakudo​: say 'a' ~~ /​:i 'A'/
14​:55 <+p6eval> rakudo 9808d7​: OUTPUT«␤»
14​:55 < moritz_> seems like :i doesn't descend into ''
14​:55 < pmichaud> wow, that's.... weird.
14​:55 * moritz_ submits rakudobug
14​:55 < moritz_> mscha++ for finding it in the first place

@p6rt
Copy link
Author

p6rt commented Jul 27, 2010

From @moritz

Now fixed in nqp-rx (which suffers from the same problem), so hopefully
this will be fixed as soon as we can bump PARROT_REVISION again.

@p6rt
Copy link
Author

p6rt commented Jul 27, 2010

@moritz - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Feb 23, 2011

From @moritz

works now in rakudo too, and tested in ignorecase.t

@p6rt
Copy link
Author

p6rt commented Feb 23, 2011

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Feb 23, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant