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

{BUG] :ww does not support other quotation marks (qww<foo „hello world” bar>) #5353

Closed
p6rt opened this issue May 31, 2016 · 5 comments
Closed

Comments

@p6rt
Copy link

p6rt commented May 31, 2016

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

Searchable as RT128304$

@p6rt
Copy link
Author

p6rt commented May 31, 2016

From @AlexDaniel

Code​:
.say for qww<foo �hello world� bar>

Result​:
foo
�hello
world�
bar

Quote protection should work in this case, just like it works here​:

Code​:
.say for qww<foo �hello world� bar>

Result​:
foo
hello world
bar

Also, in case someone didn't know, you can use such quotation marks in other places in Perl 6​:

Code​:
say �hello world�

Result​:
hello world

<TimToady> I'm fine with making �hello world� work there

IRC log​: http://irclog.perlgeek.de/perl6/2016-05-31#i_12581787

@p6rt
Copy link
Author

p6rt commented Jul 12, 2016

From @zoffixznet

Fudged tests added in Raku/roast@b7d827907a

@p6rt
Copy link
Author

p6rt commented Aug 25, 2016

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

@p6rt
Copy link
Author

p6rt commented Sep 9, 2016

From @zoffixznet

Fixed in rakudo/rakudo@2287173ef2
Tests unfudged in Raku/roast@addcec6732

@p6rt
Copy link
Author

p6rt commented Sep 9, 2016

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

@p6rt p6rt closed this as completed Sep 9, 2016
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