зеркало из https://github.com/github/ruby.git
test/ruby/test_rubyoptions.rb: Make it pass on Windows
This commit is contained in:
Родитель
98ca99cdd0
Коммит
89e446683e
|
@ -357,7 +357,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||
|
||||
assert_in_out_err(%W(-\r -e) + [""], "", [], [])
|
||||
|
||||
assert_in_out_err(%W(-\rx), "", [], /invalid option -\r \(-h will show valid options\) \(RuntimeError\)/)
|
||||
assert_in_out_err(%W(-\rx), "", [], /invalid option -[\r\n] \(-h will show valid options\) \(RuntimeError\)/)
|
||||
|
||||
assert_in_out_err(%W(-\x01), "", [], /invalid option -\x01 \(-h will show valid options\) \(RuntimeError\)/)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче