Forgot to update FTCSerialization test for new behavior

This commit is contained in:
Kovid Goyal 2023-07-08 11:11:44 +05:30
parent 94b5bedfa5
commit 1adaafbbb9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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))
}
}