[ruby/rdoc] Fix ruby script in "test_parse_method_bracket" (https://github.com/ruby/rdoc/pull/927)
Because it's syntax error. https://github.com/ruby/rdoc/commit/993f2532ff
This commit is contained in:
parent
1481e6828c
commit
d89f8a0467
@ -1960,10 +1960,10 @@ end
|
|||||||
def test_parse_method_bracket
|
def test_parse_method_bracket
|
||||||
util_parser <<-RUBY
|
util_parser <<-RUBY
|
||||||
class C
|
class C
|
||||||
def [] end
|
def []; end
|
||||||
def self.[] end
|
def self.[]; end
|
||||||
def []= end
|
def []=; end
|
||||||
def self.[]= end
|
def self.[]=; end
|
||||||
end
|
end
|
||||||
RUBY
|
RUBY
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user