No gigantic strings
MSVC doesn't support string literals over 65535 byes large. We're mostly safe from that, but there's two tests in particular that use larger strings. Let's fix them use byte-arrays instead of binary-data strings.
Edited by Erik Faye-Lund