]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parser: allow series numbers at end of another prefix
authorDaniel Axtens <dja@axtens.net>
Mon, 29 Jan 2018 15:19:57 +0000 (02:19 +1100)
committerDaniel Axtens <dja@axtens.net>
Tue, 30 Jan 2018 15:28:36 +0000 (02:28 +1100)
commit908610bd2def77f2895ca5a99791292d01e1e312
treed34c12b5c233ac2e597b5bc663955bc9d5965779
parent6fe884f1d8711314708f4adc0b41c6ad64377161
parser: allow series numbers at end of another prefix

We see some emails with e.g. "[PATCH1/8]" - no space between H and 1.

This is poor behaviour but we can accept it anyway.

Fixes: #126
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/parser.py
patchwork/tests/test_parser.py