mirror of
https://github.com/nushell/nushell.git
synced 2025-02-25 15:01:45 +01:00
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