Skip to content

Commit

Permalink
test(asciicast): Update expected value due to encoding change (#4979)
Browse files Browse the repository at this point in the history
  • Loading branch information
moduli authored Jul 29, 2024
1 parent 14db627 commit 4c6fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bsr/convert/internal/asciicast/asciicast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestEventMarshal(t *testing.T) {
{
"backspace",
mustEvent(t, asciicast.Output, 0.1, []byte("\b\x1b[K")),
[]byte(`[0.1,"o","\u0008\u001b[K"]`),
[]byte(`[0.1,"o","\b\u001b[K"]`),
nil,
},
{
Expand Down

0 comments on commit 4c6fbde

Please sign in to comment.