mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
CoffeeScript JS guessing
This commit is contained in:
@@ -116,6 +116,15 @@ class TestBlob < Test::Unit::TestCase
|
||||
# Minified JS
|
||||
assert !blob("jquery-1.6.1.js").generated?
|
||||
assert blob("jquery-1.6.1.min.js").generated?
|
||||
|
||||
# CoffeScript JS
|
||||
|
||||
# These examples are to basic to tell
|
||||
assert !blob("coffee/empty.js").generated?
|
||||
assert !blob("coffee/hello.js").generated?
|
||||
|
||||
assert blob("coffee/intro.js").generated?
|
||||
assert blob("coffee/classes.js").generated?
|
||||
end
|
||||
|
||||
def test_vendored
|
||||
|
||||
Reference in New Issue
Block a user