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

Unspace failed #2264

Closed
p6rt opened this issue Nov 17, 2010 · 5 comments
Closed

Unspace failed #2264

p6rt opened this issue Nov 17, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 17, 2010

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

Searchable as RT79340$

@p6rt
Copy link
Author

p6rt commented Nov 17, 2010

From mindos@gmail.com

Hi there,

It seems some bug with unspace.

Sincerely,
Mindos

say "Hello"#`[Fnord],"World!"
<p6eval> rakudo 015d77​: OUTPUT«HelloWorld!␤»

say "Hello"\#`[Fnord],"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤Confused at line 22, near
"say \"Hello"␤»

rakudo​: say "Hello"\ ,"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤Confused at line 22, near
"say \"Hello"␤»

rakudo​: say \ "Hello" ,"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤You can't backslash that
at line 22, near " \"Hello\" "␤»

@p6rt
Copy link
Author

p6rt commented Feb 1, 2014

From @peschwa

Am Mi 17. Nov 2010, 07​:56​:55, mindos@​gmail.com schrieb​:

Hi there,

It seems some bug with unspace.

Sincerely,
Mindos

say "Hello"#`[Fnord],"World!"
<p6eval> rakudo 015d77​: OUTPUT«HelloWorld!␤»

say "Hello"\#`[Fnord],"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤Confused at line 22, near
"say \"Hello"␤»

rakudo​: say "Hello"\ ,"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤Confused at line 22, near
"say \"Hello"␤»

rakudo​: say \ "Hello" ,"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤You can't backslash that
at line 22, near " \"Hello\" "␤»

Fixed in Rakudo PR #​250, added tests to roast in commit 9801c79 as per the examples above.

@p6rt
Copy link
Author

p6rt commented Feb 1, 2014

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

@p6rt
Copy link
Author

p6rt commented Apr 14, 2014

From @Mouq

On Sat Feb 01 12​:46​:22 2014, peschwa@​gmail.com wrote​:

Am Mi 17. Nov 2010, 07​:56​:55, mindos@​gmail.com schrieb​:

Hi there,

It seems some bug with unspace.

Sincerely,
Mindos

say "Hello"#`[Fnord],"World!"
<p6eval> rakudo 015d77​: OUTPUT«HelloWorld!␤»

say "Hello"\#`[Fnord],"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤Confused at line 22,
near
"say \"Hello"␤»

rakudo​: say "Hello"\ ,"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤Confused at line 22,
near
"say \"Hello"␤»

rakudo​: say \ "Hello" ,"World!"
<p6eval> rakudo 015d77​: OUTPUT«===SORRY!===␤You can't backslash
that
at line 22, near " \"Hello\" "␤»

Fixed in Rakudo PR #​250, added tests to roast in commit 9801c79 as per
the examples above.

Looks good; Marking as resolved.

@p6rt
Copy link
Author

p6rt commented Apr 14, 2014

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

@p6rt p6rt closed this as completed Apr 14, 2014
@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