From 75ec406b43fde9876647f45b6198995502a8ab65 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 29 Nov 2014 06:00:19 +0000 Subject: * test_exception.rb: indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_exception.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index b265b5951e..6876d6dc9c 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -677,7 +677,7 @@ end.join def test_output_string_encoding # "\x82\xa0" in cp932 is "\u3042" (Japanese hiragana 'a') # change $stderr to force calling rb_io_write() instead of fwrite() -assert_in_out_err(["-Eutf-8:cp932"], '# coding: cp932 + assert_in_out_err(["-Eutf-8:cp932"], '# coding: cp932 $stderr = $stdout; raise "\x82\xa0"') do |outs, errs, status| assert_equal 1, outs.size assert_equal 0, errs.size -- cgit v1.2.3