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

ms// doesn't work (but / :s / does) in Rakudo #2734

Closed
p6rt opened this issue May 5, 2012 · 3 comments
Closed

ms// doesn't work (but / :s / does) in Rakudo #2734

p6rt opened this issue May 5, 2012 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented May 5, 2012

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

Searchable as RT112766$

@p6rt
Copy link
Author

p6rt commented May 5, 2012

From @masak

<masak> r​: say "ab c" ~~ / ab c /
<p6eval> rakudo cf40f2​: OUTPUT«#<failed match>␤»
<masak> r​: say "ab c" ~~ / :s ab c /
<p6eval> rakudo cf40f2​: OUTPUT«=> <ab c>␤␤»
<moritz> r​: say 'ab c' ~~ ms/ ab c /
<p6eval> rakudo cf40f2​: OUTPUT«#<failed match>␤»
<moritz> that last one should have worked
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented May 8, 2012

From @moritz

now fixed, and tested in S05-modifier/sigspace.t

@p6rt
Copy link
Author

p6rt commented May 8, 2012

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

@p6rt p6rt closed this as completed May 8, 2012
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant