1
0
Fork 0

Adding upstream version 2.6.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:41:00 +01:00
parent d094abf71b
commit 8437d85c80
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 11 additions and 3 deletions

View file

@ -172,6 +172,9 @@ def test_tags_from_path_plist_text(tmpdir):
('meson.build', {'text', 'meson'}),
('meson_options.txt', {'text', 'plain-text', 'meson'}),
('Vagrantfile', {'text', 'ruby'}),
('Tiltfile', {'text', 'tiltfile'}),
('Tiltfile.abc', {'text', 'tiltfile'}),
('test.Tiltfile', {'text', 'tiltfile'}),
# does not set binary / text
('f.plist', {'plist'}),