mirror of
https://github.com/nushell/nushell.git
synced 2024-12-17 04:31:21 +01:00
Add missing test attribute
This commit is contained in:
parent
75de7f7e61
commit
d5fdfdb614
@ -570,6 +570,7 @@ fn for_loops() -> TestResult {
|
||||
run_test(r#"(for x in [1, 2, 3] { $x + 10 }).1"#, "12")
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn type_in_list_of_this_type() -> TestResult {
|
||||
run_test(r#"42 in [41 42 43]"#, "true")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user