pmarti/python-messaging

Decoded message text seems to be whitespace trimmed, we should decode verbatim

andrewbird opened this issue · 1 comments

See the PDU used in test_decoding_datetime_gmtplusone. It has leading whitespace, but by the time it reaches the test suite, those have been lost.

fixed in 0779f86