From: Olivier Matz Date: Fri, 15 Jun 2012 13:34:17 +0000 (+0200) Subject: when a "---" line is parsed, wait to see "+++" before anything else X-Git-Tag: v1.0~8 X-Git-Url: http://git.droids-corp.org/?p=diff2html.git;a=commitdiff_plain;h=cae8dca768d5fc7aeb960322130fe95121000bb4;hp=cae8dca768d5fc7aeb960322130fe95121000bb4 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 Signed-off-by: Olivier Matz ---