forked from extern/nushell
Formats file.
This commit is contained in:
parent
305ca11eb5
commit
f21405399c
@ -307,7 +307,10 @@ mod tests {
|
||||
let result = string_to_table(input, false, 2).unwrap();
|
||||
assert_eq!(
|
||||
result,
|
||||
vec![vec![owned("colA", "val1"), owned("col B", "val2 trailing value that should be included"),],]
|
||||
vec![vec![
|
||||
owned("colA", "val1"),
|
||||
owned("col B", "val2 trailing value that should be included"),
|
||||
],]
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user