mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 15:46:04 +02:00
This closes #4989. Previously `lines` was unable to handle text input with CRLF line breaks _and_ LF line breaks. ### Before:  ### After: 