forked from extern/nushell
remove the boolean vars (#4879)
This commit is contained in:
@ -156,7 +156,7 @@ fn read_bool() {
|
||||
let actual = nu!(
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
open sample.nuon | get 3 | $in == $true
|
||||
open sample.nuon | get 3 | $in == true
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user