diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-03-19 14:59:59 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-03-19 14:59:59 -0500 |
| commit | 777f5a3b878d54a491c522db16cdcd8958bb3da2 (patch) | |
| tree | 2c2c4f408a9ebe95ec859d01bea07a0b8695313f /test/test_blob.rb | |
| parent | 79f16caeb2564dc5c28271f8c206dc4bb743901d (diff) | |
Revert "Merge pull request #129 from jaxzin/detect-tea"
This reverts commit 79f16caeb2564dc5c28271f8c206dc4bb743901d, reversing
changes made to 087205893ff91ec618b4b39204c1f07c9d452e09.
No "Tea" lexer
Diffstat (limited to 'test/test_blob.rb')
| -rw-r--r-- | test/test_blob.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_blob.rb b/test/test_blob.rb index 10244b9..547a550 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -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 |
