We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d052e commit e596b26Copy full SHA for e596b26
src/_pytest/junitxml.py
@@ -71,7 +71,7 @@ class Junit(py.xml.Namespace):
71
72
73
def bin_xml_escape(arg: str) -> py.xml.raw:
74
- def repl(matchobj: "Match[str]") -> str:
+ def repl(matchobj: Match[str]) -> str:
75
i = ord(matchobj.group())
76
if i <= 0xFF:
77
return "#x%02X" % i
0 commit comments