mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-05-04 04:28:35 +00:00
Merge pull request #2831 from FarbodSalamat-Zadeh/patch-1
Add CSV as data type to languages.yml
This commit is contained in:
3
test/fixtures/Data/cars.csv
vendored
3
test/fixtures/Data/cars.csv
vendored
@@ -1,3 +0,0 @@
|
||||
Year,Make,Model,Length
|
||||
1997,Ford,E350,2.34
|
||||
2000,Mercury,Cougar,2.38
|
||||
|
@@ -152,7 +152,7 @@ class TestBlob < Minitest::Test
|
||||
end
|
||||
|
||||
def test_csv
|
||||
assert fixture_blob("Data/cars.csv").csv?
|
||||
assert sample_blob("CSV/cars.csv").csv?
|
||||
end
|
||||
|
||||
def test_pdf
|
||||
|
||||
Reference in New Issue
Block a user