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

sprintf "%10s" doesn't produce a string of length ≥ 10 #58

Closed
masak opened this issue Sep 22, 2011 · 0 comments
Closed

sprintf "%10s" doesn't produce a string of length ≥ 10 #58

masak opened this issue Sep 22, 2011 · 0 comments
Assignees

Comments

@masak
Copy link
Collaborator

masak commented Sep 22, 2011

<masak> perl6: say sprintf "<%10s>", "foo"
<p6eval> niecza v9-32-g380d891: OUTPUT«<foo>␤»
<p6eval> ..pugs, rakudo e5fab7: OUTPUT«<       foo>␤»
* masak submits nieczabug

For more confirmation of the expected behavior, see perldoc -f sprintf.

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

2 participants