Fix highlighting of regions that are matched multiple times

Fix #3596
This commit is contained in:
Junegunn Choi
2024-01-23 12:17:40 +09:00
parent 62a916bc24
commit 2a8b65e105
2 changed files with 4 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ func TestColorOffset(t *testing.T) {
// ++++++++ ++++++++++
// --++++++++-- --++++++++++---
offsets := []Offset{{5, 15}, {25, 35}}
offsets := []Offset{{5, 15}, {10, 12}, {25, 35}}
item := Result{
item: &Item{
colors: &[]ansiOffset{