vmime/tests
Jan Engelhardt df32418df5 Disregard whitespace between leading boundary hyphens and marker
The way I read the RFC is that whitespace is not allowed before the
boundary marker, only afterwards, so the checks for leading WS are
removed, and the missing check for trailing WS is added.

See RFC 2046 §5.1.1: """The boundary delimiter line is then defined
as a line consisting entirely of two hyphen characters ("-", decimal
value 45) followed by the boundary parameter value from the
Content-Type header field, optional linear whitespace, and a
terminating CRLF."""
2019-10-05 11:31:51 +02:00
..
misc Code style and clarity. 2018-09-05 23:54:48 +02:00
net #213 Add support for invalid empty () in FETCH body structure (non-strict) 2019-04-18 11:28:48 +02:00
parser Disregard whitespace between leading boundary hyphens and marker 2019-10-05 11:31:51 +02:00
security/digest Code style and clarity. 2018-09-05 23:54:48 +02:00
utility Removed 'stringProxy' since COW std::string is no longer valid in C++11. 2018-09-15 07:41:26 +02:00
testRunner.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
testUtils.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
testUtils.hpp Code style and clarity. 2018-09-05 23:54:48 +02:00