mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Use same format as mime type lib
This commit is contained in:
@@ -120,6 +120,7 @@ class TestMime < Test::Unit::TestCase
|
||||
assert !Mime.binary?("application/xaml+xml")
|
||||
assert !Mime.binary?("application/xhtml+xml")
|
||||
assert !Mime.binary?("application/xml")
|
||||
assert !Mime.binary?("text/cache-manifest")
|
||||
assert !Mime.binary?("text/css")
|
||||
assert !Mime.binary?("text/csv")
|
||||
assert !Mime.binary?("text/html")
|
||||
|
||||
Reference in New Issue
Block a user