Truncate prefix and suffix on longer arrrays
Open
P3
type=enhancement
- Dominant language
- Java
- Stars
- 2.8k
- Forks
- 275
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
As shown in https://github.com/google/truth/issues/239, current diff shows all elements of the array. Rather showing the whole list of elements, it would be cleaner to show
- which elements (index) were not matching and value different
- **OR** just show the 1st failure (+index), and few elements before the 1st failure
Contributor guide
Assessment
This issue has not been assessed yet.