mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-13 11:49:51 +00:00
Add tests for PhoneGap/Cordova vendor exceptions.
This commit is contained in:
@@ -285,6 +285,12 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
# Test fixtures
|
# Test fixtures
|
||||||
assert blob("test/fixtures/random.rkt").vendored?
|
assert blob("test/fixtures/random.rkt").vendored?
|
||||||
assert blob("Test/fixtures/random.rkt").vendored?
|
assert blob("Test/fixtures/random.rkt").vendored?
|
||||||
|
|
||||||
|
# Cordova/PhoneGap
|
||||||
|
assert blob("cordova.js").vendored?
|
||||||
|
assert blob("cordova.min.js").vendored?
|
||||||
|
assert blob("cordova-2.1.0.js").vendored?
|
||||||
|
assert blob("cordova-2.1.0.min.js").vendored?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_indexable
|
def test_indexable
|
||||||
|
|||||||
Reference in New Issue
Block a user