From: Eric Gillespie Date: Wed, 13 Aug 2008 01:01:12 +0000 (+0000) Subject: * test/tests/mhshow/test-qp: Test various valid and invalid X-Git-Tag: PRE_POSIX_CONVERSION~33 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a;hp=a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a;p=mmh * test/tests/mhshow/test-qp: Test various valid and invalid escape sequences. * uip/mhparse.c (openQuoted): Simplify the decode-or-show for loop by peeking ahead to the next byte(s) when encountering '=', and just let invalid escape sequences through as literals (fixes bug #15245). ---