mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Sync RDoc 6.14.0
This commit is contained in:
parent
ca1ea95784
commit
03eb777c69
185 changed files with 2008 additions and 1655 deletions
|
@ -1,19 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
require_relative 'helper'
|
||||
|
||||
class TestRDocMarkupInclude < RDoc::TestCase
|
||||
|
||||
def setup
|
||||
super
|
||||
|
||||
@include = @RM::Include.new 'file', [Dir.tmpdir]
|
||||
end
|
||||
|
||||
def test_equals2
|
||||
assert_equal @include, @RM::Include.new('file', [Dir.tmpdir])
|
||||
refute_equal @include, @RM::Include.new('file', %w[.])
|
||||
refute_equal @include, @RM::Include.new('other', [Dir.tmpdir])
|
||||
refute_equal @include, Object.new
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue