Files
@ 161cf7e3566f
Branch filter:
Location: kallithea/docs/usage/debugging.rst
161cf7e3566f
1.2 KiB
text/prs.fallenstein.rst
diff: refactor to avoid complexity of passing unnecessary trailing newline around
_escaper tried to handle these optional newlines ... but did not always preserve
them. Keep it simple.
In normal operations, all diff lines end with \n . We only saw un-terminated
lines in a couple of old test cases.
_escaper tried to handle these optional newlines ... but did not always preserve
them. Keep it simple.
In normal operations, all diff lines end with \n . We only saw un-terminated
lines in a couple of old test cases.