mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
show encoding for each path
This commit is contained in:
parent
43358c08f6
commit
38c555a315
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class TestIO_Console < Test::Unit::TestCase
|
|||
PATHS = $LOADED_FEATURES.grep(%r"/io/console(?:\.#{RbConfig::CONFIG['DLEXT']}|\.rb|/\w+\.rb)\z") {$`}
|
||||
rescue Encoding::CompatibilityError
|
||||
$stderr.puts "test_io_console.rb debug"
|
||||
$stderr.puts $LOADED_FEATURES.inspect
|
||||
$LOADED_FEATURES.each{|path| $stderr.puts [path, path.encoding].inspect}
|
||||
raise
|
||||
end
|
||||
PATHS.uniq!
|
||||
|
|
Loading…
Add table
Reference in a new issue