spelling: escaped
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
35533bd5ac
commit
d6cc4d3b5c
|
@ -584,7 +584,7 @@ def _get_assertion_exprs(src: bytes) -> Dict[int, str]:
|
||||||
# multi-line assert with message
|
# multi-line assert with message
|
||||||
elif lineno in seen_lines:
|
elif lineno in seen_lines:
|
||||||
lines[-1] = lines[-1][:offset]
|
lines[-1] = lines[-1][:offset]
|
||||||
# multi line assert with escapd newline before message
|
# multi line assert with escaped newline before message
|
||||||
else:
|
else:
|
||||||
lines.append(line[:offset])
|
lines.append(line[:offset])
|
||||||
_write_and_reset()
|
_write_and_reset()
|
||||||
|
|
Loading…
Reference in New Issue