1
0
Fork 0

Merging upstream version 2.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:46:10 +01:00
parent 13a62a0f54
commit e5b299766a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 16 additions and 12 deletions

View file

@ -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'}),