mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:25:38 +02:00
Fix bug in chained boolean typecheck (#490)
This commit is contained in:
@ -1232,3 +1232,8 @@ fn command_filter_reject_3() -> TestResult {
|
||||
]"#,
|
||||
)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn chained_operator_typecheck() -> TestResult {
|
||||
run_test("1 != 2 && 3 != 4 && 5 != 6", "true")
|
||||
}
|
||||
|
Reference in New Issue
Block a user