mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	update improved javascript color in test_language
This commit is contained in:
		| @@ -322,7 +322,7 @@ class TestLanguage < Test::Unit::TestCase | |||||||
|   def test_color |   def test_color | ||||||
|     assert_equal '#701516', Language['Ruby'].color |     assert_equal '#701516', Language['Ruby'].color | ||||||
|     assert_equal '#3581ba', Language['Python'].color |     assert_equal '#3581ba', Language['Python'].color | ||||||
|     assert_equal '#f15501', Language['JavaScript'].color |     assert_equal '#f7df1e', Language['JavaScript'].color | ||||||
|     assert_equal '#31859c', Language['TypeScript'].color |     assert_equal '#31859c', Language['TypeScript'].color | ||||||
|   end |   end | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user