mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed name conflict between helper classes
This commit is contained in:
parent
35b7e8eed8
commit
566e6b0546
2 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
require "test/unit"
|
||||
|
||||
class BreakTest
|
||||
class TestEmojiBreaks < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
class TestEmojiBreaks::BreakTest
|
||||
attr_reader :string, :comment, :filename, :line_number, :type, :shortname
|
||||
|
||||
def initialize (filename, line_number, data, comment='')
|
||||
|
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
require "test/unit"
|
||||
|
||||
class BreakTest
|
||||
class TestGraphemeBreaksFromFile < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
class TestGraphemeBreaksFromFile::BreakTest
|
||||
attr_reader :clusters, :string, :comment, :line_number
|
||||
|
||||
def initialize (line_number, data, comment)
|
||||
|
|
Loading…
Add table
Reference in a new issue