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 1.7.24-. JRuby 9k works as expected.
require "tempfile" puts Tempfile.new("ddd", "C\tmp").path
Should be 'C:/tmp/ddd{random_crud}'.
C:\tmp\ddd{random_crud}
This also addresses a 2 failures on MRI's test suite in test/externals/ruby1.9/test_tempfile.rb.
The text was updated successfully, but these errors were encountered:
Fixes #3709. Tempfile.path ends up \ delimeted
79d923e
No branches or pull requests
Environment
JRuby 1.7.24-. JRuby 9k works as expected.
Expected Behavior
Should be 'C:/tmp/ddd{random_crud}'.
Actual Behavior
C:\tmp\ddd{random_crud}
This also addresses a 2 failures on MRI's test suite in test/externals/ruby1.9/test_tempfile.rb.
The text was updated successfully, but these errors were encountered: