Skip to content

Commit

Permalink
Fixed to Underline Type
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Jan 10, 2025
1 parent dc957cc commit 3ab64b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oviewer/convert_es_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ func Test_parseSGR2(t *testing.T) {
params: "4:0",
},
want: OVStyle{
Underline: false,
UnUnderline: true,
Underline: true,
UnderlineType: "0",
},
},
{
Expand Down

0 comments on commit 3ab64b1

Please sign in to comment.