mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Revert "Merge pull request #129 from jaxzin/detect-tea"
This reverts commit79f16caeb2, reversing changes made to087205893f. No "Tea" lexer
This commit is contained in:
		| @@ -412,9 +412,6 @@ class TestBlob < Test::Unit::TestCase | ||||
|  | ||||
|     # OpenEdge ABL / Progress | ||||
|     assert_equal Language['OpenEdge ABL'], blob("openedge.p").language | ||||
|  | ||||
|     # Tea | ||||
|     assert_equal Language['Tea'], blob("foo.tea").language | ||||
|   end | ||||
|  | ||||
|   def test_lexer | ||||
| @@ -424,7 +421,6 @@ class TestBlob < Test::Unit::TestCase | ||||
|     assert_equal Lexer['Ruby'], blob("grit.rb").lexer | ||||
|     assert_equal Lexer['Scheme'], blob("dude.el").lexer | ||||
|     assert_equal Lexer['Text only'], blob("README").lexer | ||||
|     assert_equal Lexer['Tea'], blob("foo.tea").lexer | ||||
|   end | ||||
|  | ||||
|   def test_shebang_script | ||||
|   | ||||
		Reference in New Issue
	
	Block a user