Home
last modified time | relevance | path

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

/external/catch2/scripts/
DapprovalTests.py30 hexParser = re.compile(r'\b(0[xX][0-9a-fA-F]+)\b') variable
137 line = hexParser.sub("0x<hex digits>", line)