We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spaces at the beginning of line are not stuffed when using heredoc
irb(main):001:0" foo = <<FOO irb(main):002:0" abcdefg irb(main):003:0> FOO => " abcdefg\n"
Spaces at the beginning of lines are packed after finalization
The following will cause the spaces at the beginning of the line to be stuffed
irb(main):001:0> irb_info => Ruby version: 3.0.1 IRB version: irb 1.3.6 (2021-06-19) InputMethod: ReidlineInputMethod with Reline 0.2.5 .irbrc path: /Users/moritsukamasatoshi/.irbrc RUBY_PLATFORM: x86_64-darwin20
iTerm2 3.4.6
Not used
The text was updated successfully, but these errors were encountered:
Thank you for your reporting, this is fixed by #291.
Sorry, something went wrong.
No branches or pull requests
Description
Expected
Spaces at the beginning of line are not stuffed when using heredoc
Actual
Case1
Spaces at the beginning of lines are packed after finalization
Case2
The following will cause the spaces at the beginning of the line to be stuffed
Result of irb_info
Terminal Emulator
iTerm2 3.4.6
Setting Files
Not used
The text was updated successfully, but these errors were encountered: