зеркало из https://github.com/github/ruby.git
* test/ruby/test_beginendblock.rb: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
cfb6b44bde
Коммит
8e8a3a07b1
|
@ -1,3 +1,7 @@
|
|||
Sun Jun 10 16:10:58 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/ruby/test_beginendblock.rb: typo.
|
||||
|
||||
Sun Jun 10 16:07:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* instruby.rb (install_recursive): skip .svn directories.
|
||||
|
|
|
@ -57,8 +57,8 @@ EOW
|
|||
# [ruby-core:09675]
|
||||
ruby = EnvUtil.rubybin
|
||||
out = IO.popen([ruby, '-e', 'STDERR.reopen(STDOUT)',
|
||||
'-e', 'at_exit{raise %[SomethingBad]}'
|
||||
'-e', 'raise %[SomethingElse]') {|f|
|
||||
'-e', 'at_exit{raise %[SomethingBad]}',
|
||||
'-e', 'raise %[SomethingElse]']) {|f|
|
||||
f.read
|
||||
}
|
||||
assert_match /SomethingBad/, out
|
||||
|
|
Загрузка…
Ссылка в новой задаче