Alex Lam S.L
|
371d25944d
|
fix corner case in max_line_len (#5313)
- speed up `max_line_len` & `preserve_line`
|
2022-01-26 23:47:21 +08:00 |
|
Alex Lam S.L
|
b5ce199711
|
improve max_line_len (#3095)
fixes #304
|
2018-04-24 15:19:45 +08:00 |
|
Alex Lam S.L
|
be80f7e706
|
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.
|
2017-03-10 11:27:30 +08:00 |
|
alexlamsl
|
8898b8a0fe
|
clean up max_line_len
- never exceed specified limit
- otherwise warning is shown
- enabled only for final output
closes #1496
|
2017-02-21 13:29:58 +08:00 |
|