Skip to content

Commit 4c6fbde

Browse files
authored
test(asciicast): Update expected value due to encoding change (#4979)
1 parent 14db627 commit 4c6fbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/bsr/convert/internal/asciicast/asciicast_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func TestEventMarshal(t *testing.T) {
144144
{
145145
"backspace",
146146
mustEvent(t, asciicast.Output, 0.1, []byte("\b\x1b[K")),
147-
[]byte(`[0.1,"o","\u0008\u001b[K"]`),
147+
[]byte(`[0.1,"o","\b\u001b[K"]`),
148148
nil,
149149
},
150150
{

0 commit comments

Comments
 (0)