nushell/crates/nu-command/tests
Reilly Wood ee5a387300
Handle mixed LF+CRLF in lines (#7316)
This closes #4989. Previously `lines` was unable to handle text input
with CRLF line breaks _and_ LF line breaks.

### Before:

![image](https://user-images.githubusercontent.com/26268125/205207685-b25da9e1-19fa-4abb-8ab2-0dd216c63fc0.png)

### After:


![image](https://user-images.githubusercontent.com/26268125/205207808-9f687242-a8c2-4b79-a12c-38b0583d8d52.png)
2022-12-02 11:30:26 -05:00
..
commands Handle mixed LF+CRLF in lines (#7316) 2022-12-02 11:30:26 -05:00
format_conversions Clean up keyword lines in help (#7243) 2022-11-26 20:16:39 +13:00
main.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00