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-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a?hp=a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a * 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). ---