when a "---" line is parsed, wait to see "+++" before anything else
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 15 Jun 2012 13:34:17 +0000 (15:34 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 9 Aug 2012 18:03:39 +0000 (20:03 +0200)
commitcae8dca768d5fc7aeb960322130fe95121000bb4
treea60219b700e0251367e46625b6c559cb846e0e56
parentad3d66724c62f87c720185bad6f6be71627339de
when a "---" line is parsed, wait to see "+++" before anything else

Make it possible to work in case there are empty lines between ---
and +++. (used for processing the output provided by Python's
difflib which leads to an empty line between --- and +++)

Signed-off-by: Sergey Satskiy <sergey.satskiy@gmail.com>
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
diff2html.py