aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-03-19 14:59:59 -0500
committerJoshua Peek <josh@joshpeek.com>2012-03-19 14:59:59 -0500
commit777f5a3b878d54a491c522db16cdcd8958bb3da2 (patch)
tree2c2c4f408a9ebe95ec859d01bea07a0b8695313f /test
parent79f16caeb2564dc5c28271f8c206dc4bb743901d (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')
-rw-r--r--test/fixtures/foo.tea1
-rw-r--r--test/test_blob.rb4
2 files changed, 0 insertions, 5 deletions
diff --git a/test/fixtures/foo.tea b/test/fixtures/foo.tea
deleted file mode 100644
index 60285e9..0000000
--- a/test/fixtures/foo.tea
+++ /dev/null
@@ -1 +0,0 @@
-<% template foo() %> \ No newline at end of file
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