test(asciicast): Update expected value due to encoding change (#4979)

release/0.15.x v0.15.5
Michael Li 2 years ago committed by GitHub
parent 14db627d53
commit 4c6fbde0fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,
},
{

Loading…
Cancel
Save