nushell/crates/nu-command
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
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon (#6391) 2022-09-01 14:08:19 +02:00
src Handle mixed LF+CRLF in lines (#7316) 2022-12-02 11:30:26 -05:00
tests Handle mixed LF+CRLF in lines (#7316) 2022-12-02 11:30:26 -05:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml Handle mixed LF+CRLF in lines (#7316) 2022-12-02 11:30:26 -05:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00