Home
last modified time | relevance | path

Searched refs:patchmetadata_regex (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_patch.py57 if self.patchmetadata_regex.match(line):
86 if self.patchmetadata_regex.match(line):
H A Dbase.py38 patchmetadata_regex = re.compile(r'-{3} \S+|\+{3} \S+|@{2} -\d+,\d+ \+\d+,\d+ @{2} \S+') variable in Base