We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
jruby 9.1.5.0 (2.3.1) 2016-09-23 fffffff Java HotSpot(TM) Client VM 25.51-b03 on 1.8.0_51-b16 +jit [mswin32-x86]
ext = 'Tail' puts <<~TEST Line1 #{ext} \ Line2 TEST puts <<~TEST Line1 Tail \ Line2 TEST
MRI output:
Line1 Tail Line2 Line1 Tail Line2
jruby output:
Line1 TailLine2 Line1 Tail Line2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
jruby 9.1.5.0 (2.3.1) 2016-09-23 fffffff Java HotSpot(TM) Client VM 25.51-b03 on 1.8.0_51-b16 +jit [mswin32-x86]
Test code
Expected Behavior
MRI output:
Actual Behavior
jruby output:
The text was updated successfully, but these errors were encountered: