* test/tests/mhshow/test-qp: Test various valid and invalid
authorEric Gillespie <epg@pretzelnet.org>
Wed, 13 Aug 2008 01:01:12 +0000 (01:01 +0000)
committerEric Gillespie <epg@pretzelnet.org>
Wed, 13 Aug 2008 01:01:12 +0000 (01:01 +0000)
commita139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a
tree43d0cf653e9731568e3504b124f7065f6a8b17f6
parentd07df38d26ffdd37545d6eb81c9874ba7bea44f3
* 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).
ChangeLog
test/tests/mhshow/test-qp [new file with mode: 0644]
uip/mhparse.c