You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whether second argument of File.expand_path('foo', Pathname.new('uri:classloader:/'))
is ruby string or pathname, the result should be the same.
fixes#3150
Sponsored by Lookout Inc.
expected result:
uri:classloader://asd
like fromFile.expand_path('asd', 'uri:classloader:/')
The text was updated successfully, but these errors were encountered: