forked from extern/nushell
Fix warnings and split Scope (#1902)
This commit is contained in:
@ -24,6 +24,6 @@ fn to_row() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert!(actual.out.contains("5"));
|
||||
assert!(actual.out.contains('5'));
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user