mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b23bbb12f2
commit
3145683203
12 changed files with 116 additions and 116 deletions
|
@ -129,7 +129,7 @@ class TestRDocCodeObject < XrefTestCase
|
|||
@store.rdoc.options.visibility = :nodoc
|
||||
|
||||
@co.store = @store
|
||||
|
||||
|
||||
assert @co.document_children
|
||||
|
||||
@co.document_children = false
|
||||
|
@ -144,7 +144,7 @@ class TestRDocCodeObject < XrefTestCase
|
|||
@store.rdoc.options.visibility = :nodoc
|
||||
|
||||
@co.store = @store
|
||||
|
||||
|
||||
assert @co.document_self
|
||||
|
||||
@co.document_self = false
|
||||
|
@ -197,7 +197,7 @@ class TestRDocCodeObject < XrefTestCase
|
|||
@store.rdoc.options.visibility = :nodoc
|
||||
|
||||
@co.store = @store
|
||||
|
||||
|
||||
refute @co.done_documenting
|
||||
|
||||
@co.done_documenting = true
|
||||
|
@ -410,7 +410,7 @@ class TestRDocCodeObject < XrefTestCase
|
|||
@store.rdoc.options.visibility = :nodoc
|
||||
|
||||
@co.store = @store
|
||||
|
||||
|
||||
assert @co.document_self
|
||||
assert @co.document_children
|
||||
|
||||
|
@ -430,7 +430,7 @@ class TestRDocCodeObject < XrefTestCase
|
|||
@store.rdoc.options.visibility = :nodoc
|
||||
|
||||
@co.store = @store
|
||||
|
||||
|
||||
refute @co.suppressed?
|
||||
|
||||
@co.suppress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue