Commit e928a19
Print commas at the end of the line (fluentassertions#1945)
When using line breaks, print commas behind the listed items, instead
of on a new line.
Before:
```
Expected someCollection {
item1
,
item2
,
```
After:
```
Expected someCollection {
item1,
item2,
```
Co-authored-by: ronaldkroon <[email protected]>1 parent bb661bb commit e928a19
File tree
2 files changed
+15
-1
lines changed- Src/FluentAssertions/Formatting
- Tests/FluentAssertions.Specs/Formatting
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
656 | 670 | | |
657 | 671 | | |
658 | 672 | | |
| |||
0 commit comments