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 42208ab commit 5f40bb7Copy full SHA for 5f40bb7
tests/test_outputs.py
@@ -20,7 +20,7 @@ def test(self):
20
)
21
with open(expected_file, "r", encoding="utf-8") as r:
22
# Allow duration to change
23
- expected = re.sub( r"([()])", r"\\\1", r.read() )
+ expected = re.sub(r"([()])", r"\\\1", r.read())
24
expected = re.sub(
25
r"(?<=<COMPLETEDIN::>)\d+(?:\.\d+)?", r"\\d+(?:\\.\\d+)?", expected
26
0 commit comments