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