mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Stop treating text as a language
This commit is contained in:
@@ -262,7 +262,6 @@ class TestBlob < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_indexable
|
||||
assert blob("Text/file.txt").indexable?
|
||||
assert blob("Ruby/foo.rb").indexable?
|
||||
assert !blob("Text/defu.nkt").indexable?
|
||||
assert !blob("Text/dump.sql").indexable?
|
||||
|
||||
Reference in New Issue
Block a user