mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Checking other case for Chart.jS
This commit is contained in:
@@ -299,6 +299,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# Chart.js
|
# Chart.js
|
||||||
assert blob("some/vendored/path/Chart.js").vendored?
|
assert blob("some/vendored/path/Chart.js").vendored?
|
||||||
|
assert !blob("some/vendored/path/chart.js").vendored?
|
||||||
|
|
||||||
# Codemirror deps
|
# Codemirror deps
|
||||||
assert blob("codemirror/mode/blah.js").vendored?
|
assert blob("codemirror/mode/blah.js").vendored?
|
||||||
|
|||||||
Reference in New Issue
Block a user