mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add detection for CSV
This commit is contained in:
@@ -137,6 +137,10 @@ class TestBlob < Test::Unit::TestCase
|
||||
assert blob("Text/cube.stl").solid?
|
||||
end
|
||||
|
||||
def test_csv
|
||||
assert blob("Text/cars.csv").csv?
|
||||
end
|
||||
|
||||
def test_pdf
|
||||
assert blob("Binary/foo.pdf").pdf?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user