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

String interpolation doesn't handle '[' after whitespace after variable right in Rakudo #2381

Closed
p6rt opened this issue Mar 6, 2011 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 6, 2011

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

Searchable as RT85506$

@p6rt
Copy link
Author

p6rt commented Mar 6, 2011

From @masak

<masak> std​: my $a = 42; say "$a [<file>]" [13​:05]
<p6eval> std 4608239​: OUTPUT«ok 00​:01 122m␤»
<masak> rakudo​: my $a = 42; say "$a [<file>]"
<p6eval> rakudo bfdd78​: OUTPUT«===SORRY!===␤Unable to parse infixish,
couldn't find final ']' at line 22␤»
* masak submits rakudobug

Should of course interpolate $a but not the '[<file>]' after that.

@p6rt
Copy link
Author

p6rt commented Nov 20, 2012

From @FROGGS

looks good​:

<FROGGS> rakudo​: my $a = 42; say "$a [<file>]"
<p6eval> rakudo bf472b​: OUTPUT«42 [<file>]␤»

@p6rt
Copy link
Author

p6rt commented Nov 20, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jan 4, 2013

From @moritz

tested in S02-literals/quoting.t.

@p6rt
Copy link
Author

p6rt commented Jan 4, 2013

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

@p6rt p6rt closed this as completed Jan 4, 2013
@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