mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Adds platform agnostic EoL separator to char
command (#15059)
Adds `char eol`, `char line_sep`, and `char lsep` (synonyms) to represent the platform specific line ending character(s).
This commit is contained in:
@ -8,5 +8,5 @@ fn test_char_list_outputs_table() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "107");
|
||||
assert_eq!(actual.out, "113");
|
||||
}
|
||||
|
@ -1,2 +1,3 @@
|
||||
mod ansi_;
|
||||
mod char_;
|
||||
mod kill;
|
||||
|
Reference in New Issue
Block a user