test detection of C# dependencies
This commit is contained in:
parent
a3680af7d5
commit
7bc8ec006b
3 changed files with 57 additions and 6 deletions
|
@ -13,6 +13,9 @@ from . import TokenParser
|
|||
|
||||
|
||||
class CSharpParser(TokenParser):
|
||||
exclude = [
|
||||
r'^system$',
|
||||
]
|
||||
|
||||
def parse(self):
|
||||
for index, token, content in self.tokens:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue