mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Make $nothing | into string == "" (#5490)
* Make $nothing | into string == "" * Fix up existing into string tests * Add $nothing | into string test * Formatting * Windows line endings test fix
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
mod collect;
|
||||
mod into_string;
|
||||
|
||||
use nu_test_support::fs::Stub::FileWithContent;
|
||||
use nu_test_support::playground::Playground;
|
||||
|
Reference in New Issue
Block a user