remove the boolean vars (#4879)

This commit is contained in:
JT
2022-03-20 08:12:10 +13:00
committed by GitHub
parent f3bb1d11d3
commit bd5778fa24
3 changed files with 2 additions and 32 deletions

View File

@ -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
"#
));