mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
JS is minified if its average line length is greater than 100c
Fixes #27
This commit is contained in:
@@ -19,7 +19,7 @@ class TestRepository < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_linguist_language
|
||||
assert_equal Language['Ruby'], linguist_repo.language
|
||||
assert_equal Language['JavaScript'], linguist_repo.language
|
||||
end
|
||||
|
||||
def test_linguist_languages
|
||||
|
||||
Reference in New Issue
Block a user