rdoc: fixup the test for r66806

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-01-13 13:41:36 +00:00
parent 0fb782ea28
commit 71d2695d17

View File

@ -66,7 +66,7 @@ class TestRDocOptions < RDoc::TestCase
expected = {
'charset' => 'UTF-8',
'encoding' => encoding,
'exclude' => [],
'exclude' => %w[~\z \.orig\z \.rej\z \.bak\z],
'hyperlink_all' => false,
'line_numbers' => false,
'locale' => nil,