summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/metasummary.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/metasummary.py
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-upstream/125.0.1.tar.xz
firefox-upstream/125.0.1.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/metasummary.py')
-rw-r--r--testing/web-platform/metasummary.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/web-platform/metasummary.py b/testing/web-platform/metasummary.py
index ee9521c05f..d58ecd84dc 100644
--- a/testing/web-platform/metasummary.py
+++ b/testing/web-platform/metasummary.py
@@ -378,8 +378,8 @@ def add_test_data(logger, wpt_meta, dir_path, test, subtest, test_data):
meta.set(test, subtest, product="firefox", bug_url=bug_link)
-bugzilla_re = re.compile("https://bugzilla\.mozilla\.org/show_bug\.cgi\?id=\d+")
-bug_re = re.compile("(?:[Bb][Uu][Gg])?\s*(\d+)")
+bugzilla_re = re.compile(r"https://bugzilla\.mozilla\.org/show_bug\.cgi\?id=\d+")
+bug_re = re.compile(r"(?:[Bb][Uu][Gg])?\s*(\d+)")
def get_bug_link(value):