mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 15:16:17 +02:00
remove the boolean vars (#4879)
This commit is contained in:
@ -278,16 +278,6 @@ fn open_ended_range() -> TestResult {
|
||||
run_test(r#"1.. | first 100000 | length"#, "100000")
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn bool_variable() -> TestResult {
|
||||
run_test(r#"$true"#, "true")
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn bool_variable2() -> TestResult {
|
||||
run_test(r#"$false"#, "false")
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn default_value1() -> TestResult {
|
||||
run_test(r#"def foo [x = 3] { $x }; foo"#, "3")
|
||||
|
Reference in New Issue
Block a user