Replaces all runs of ASCII whitespace with a single space.
t { assert(normalizeWhitespace(" Mary had\ta\nlittle\r\n\tlamb") == "Mary had a little lamb"
See Implementation
Replaces all runs of ASCII whitespace with a single space.