mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:15:53 +02:00
Remove interpretation of Primitive::Nothing
as the number 0. (#1836)
This commit is contained in:
@ -25,6 +25,7 @@ fn takes_rows_of_nu_value_strings_and_pipes_it_to_stdin_of_external() {
|
||||
| get name
|
||||
| ^echo $it
|
||||
| nu --testbin chop
|
||||
| lines
|
||||
| nth 3
|
||||
| echo $it
|
||||
"#
|
||||
@ -89,8 +90,7 @@ fn invocation_handles_dot() {
|
||||
r#"
|
||||
echo $(open nu_times.csv)
|
||||
| get name
|
||||
| ^echo $it
|
||||
| nu --testbin chop
|
||||
| nu --testbin chop $it
|
||||
| nth 3
|
||||
| echo $it
|
||||
"#
|
||||
|
Reference in New Issue
Block a user