mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Detect cython-generated files
This commit is contained in:
@@ -181,6 +181,10 @@ class TestBlob < Test::Unit::TestCase
|
||||
|
||||
assert blob("JavaScript/intro.js").generated?
|
||||
assert blob("JavaScript/classes.js").generated?
|
||||
|
||||
# Cython-generated C/C++
|
||||
assert blob("C/sgd_fast.c").generated?
|
||||
assert blob("C++/wrapper_inner.cpp").generated?
|
||||
end
|
||||
|
||||
def test_vendored
|
||||
|
||||
Reference in New Issue
Block a user