Merging upstream version 2.5.33.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
debb2d98f8
commit
542e2de114
4 changed files with 8 additions and 2 deletions
|
@ -151,6 +151,7 @@ def test_tags_from_path_plist_text(tmpdir):
|
|||
@pytest.mark.parametrize(
|
||||
('filename', 'expected'),
|
||||
(
|
||||
('.salt-lint', {'text', 'salt-lint', 'yaml'}),
|
||||
('test.py', {'text', 'python'}),
|
||||
('test.mk', {'text', 'makefile'}),
|
||||
('Makefile', {'text', 'makefile'}),
|
||||
|
@ -170,6 +171,7 @@ def test_tags_from_path_plist_text(tmpdir):
|
|||
('build.jenkinsfile', {'text', 'groovy', 'jenkins'}),
|
||||
('meson.build', {'text', 'meson'}),
|
||||
('meson_options.txt', {'text', 'plain-text', 'meson'}),
|
||||
('Vagrantfile', {'text', 'ruby'}),
|
||||
|
||||
# does not set binary / text
|
||||
('f.plist', {'plist'}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue