Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
13a62a0f54
commit
e5b299766a
5 changed files with 16 additions and 12 deletions
|
@ -158,6 +158,8 @@ def test_tags_from_path_plist_text(tmpdir):
|
|||
('Pipfile.lock', {'text', 'json'}),
|
||||
('mod/test.py', {'text', 'python'}),
|
||||
('mod/Dockerfile', {'text', 'dockerfile'}),
|
||||
('Gemfile', {'text', 'ruby'}),
|
||||
('Gemfile.lock', {'text'}),
|
||||
|
||||
# does not set binary / text
|
||||
('f.plist', {'plist'}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue