Fixed name conflict between helper classes
This commit is contained in:
parent
35b7e8eed8
commit
566e6b0546
@ -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…
x
Reference in New Issue
Block a user