max_line_len
fixes #304
`expect_exact` sometimes have multiple lines and `\n` are hard to read. Use array of strings to emulate line breaks and improve readability.
- never exceed specified limit - otherwise warning is shown - enabled only for final output closes #1496