mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Fix version check to use Emoji version for emoji-variation-sequences.txt
This commit is contained in:
		
							parent
							
								
									56d9d78f14
								
							
						
					
					
						commit
						48f1e8c5d8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -56,7 +56,7 @@ class TestEmojiBreaks < Test::Unit::TestCase
 | 
			
		|||
  EMOJI_DATA_FILES  = %w[emoji-sequences emoji-test emoji-zwj-sequences].map do |basename|
 | 
			
		||||
    BreakFile.new(basename, EMOJI_DATA_PATH, EMOJI_VERSION)
 | 
			
		||||
  end
 | 
			
		||||
  UNICODE_DATA_FILE = BreakFile.new('emoji-variation-sequences', UNICODE_DATA_PATH, UNICODE_VERSION)
 | 
			
		||||
  UNICODE_DATA_FILE = BreakFile.new('emoji-variation-sequences', UNICODE_DATA_PATH, EMOJI_VERSION)
 | 
			
		||||
  EMOJI_DATA_FILES << UNICODE_DATA_FILE
 | 
			
		||||
 | 
			
		||||
  def self.data_files_available?
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue