Mercurial > hg
comparison tests/filterpyflakes.py @ 15158:7ce7177e029a stable
patch: correctly handle non-tabular Subject: line
The line content of continued Subject: lines was yet joined via
str.replace('\n\t', ' '), which does not handle continuation via
spaces. So expan the regular expression instead to
handle all allowed forms of mail header line continuation.
author | Steffen Daode Nurpmeso <sdaoden@googlemail.com> |
---|---|
date | Tue, 27 Sep 2011 18:41:09 -0500 |
parents | 08d84bdce1a5 |
children | 77440de177f7 |
comparison
equal
deleted
inserted
replaced
15157:c208dcd0f709 | 15158:7ce7177e029a |
---|