Age | Commit message (Expand) | Author |
---|---|---|
2017-03-10 | support multi-line string in tests (#1590)...`expect_exact` sometimes have multiple lines and `\n` are hard to read. Use array of strings to emulate line breaks and improve readability. | Alex Lam S.L |
2017-02-21 | clean up `max_line_len`...- never exceed specified limit - otherwise warning is shown - enabled only for final output closes #1496 | alexlamsl |