Merge pull request #2434 from amaanq/test-update
fix: retain header and divider delimiter lengths when updating tests
This commit is contained in:
commit
b8f7645ae2
3 changed files with 90 additions and 24 deletions
|
|
@ -502,6 +502,7 @@ fn flatten_tests(test: TestEntry) -> Vec<FlattenedTest> {
|
|||
input,
|
||||
output,
|
||||
has_fields,
|
||||
..
|
||||
} => {
|
||||
if !prefix.is_empty() {
|
||||
name.insert_str(0, " - ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue