mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Forgot to update FTCSerialization test for new behavior
This commit is contained in:
parent
94b5bedfa5
commit
1adaafbbb9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ func TestFTCSerialization(t *testing.T) {
|
|||
q(n.Serialize())
|
||||
|
||||
unsafe := "moo\x1b;;[?*.-se1"
|
||||
if safe_string(unsafe) != "moo[?*.-se1" {
|
||||
if safe_string(unsafe) != "moo.-se1" {
|
||||
t.Fatalf("safe_string() failed for %#v yielding: %#v", unsafe, safe_string(unsafe))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue