mirror of
https://github.com/nushell/nushell.git
synced 2025-07-02 23:51:49 +02:00
Lines no longer treats a text buffer as a line (#3153)
This commit is contained in:
@ -46,5 +46,5 @@ fn lines_multi_value_split() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "6");
|
||||
assert_eq!(actual.out, "5");
|
||||
}
|
||||
|
Reference in New Issue
Block a user