forked from extern/nushell
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:
@ -248,7 +248,7 @@ pub fn action(
|
||||
span,
|
||||
},
|
||||
Value::Nothing { .. } => Value::String {
|
||||
val: "nothing".to_string(),
|
||||
val: "".to_string(),
|
||||
span,
|
||||
},
|
||||
Value::Record {
|
||||
|
Reference in New Issue
Block a user