mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 17:21:46 +02:00
Remove trim in favor of str trim (#2560)
This commit is contained in:
@ -29,7 +29,7 @@ fn table_to_csv_text() {
|
||||
r#"
|
||||
open csv_text_sample.txt
|
||||
| lines
|
||||
| trim
|
||||
| str trim
|
||||
| split column "," a b c d origin
|
||||
| last 1
|
||||
| to csv
|
||||
@ -62,7 +62,7 @@ fn table_to_csv_text_skipping_headers_after_conversion() {
|
||||
r#"
|
||||
open csv_text_sample.txt
|
||||
| lines
|
||||
| trim
|
||||
| str trim
|
||||
| split column "," a b c d origin
|
||||
| last 1
|
||||
| to csv --headerless
|
||||
|
Reference in New Issue
Block a user