mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue