From 4604e340e95ecd8d432e257f4594bb5a3752f9d5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 30 Jan 2023 17:51:22 +0100 Subject: Merging upstream version 2.5.17. Signed-off-by: Daniel Baumann --- tests/identify_test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/identify_test.py') diff --git a/tests/identify_test.py b/tests/identify_test.py index d12334d..16b4f37 100644 --- a/tests/identify_test.py +++ b/tests/identify_test.py @@ -165,6 +165,8 @@ def test_tags_from_path_plist_text(tmpdir): ('Jenkinsfile', {'text', 'groovy', 'jenkins'}), ('build.jenkins', {'text', 'groovy', 'jenkins'}), ('build.jenkinsfile', {'text', 'groovy', 'jenkins'}), + ('meson.build', {'text', 'meson'}), + ('meson_options.txt', {'text', 'plain-text', 'meson'}), # does not set binary / text ('f.plist', {'plist'}), -- cgit v1.2.3