]> 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>
Sat, 3 Feb 2018 03:11:15 +0000 (14:11 +1100)
commitb751a8faf700831003b5bb5ce0fdb11afc63563b
tree6765ece5824d269cdfdf1d34093cd071c2c8ef00
parent5cf8767598398960173f09cf213dfbad70be880e
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