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:
parent
0fb782ea28
commit
71d2695d17
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user