Skip to content

Commit e57d886

Browse files
committed
Fix test, as we report modern terminators
1 parent 4813714 commit e57d886

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/SwiftTermTests/ColorQueryTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ final class ColorQueryTests {
4444
terminal.feed(text: "\u{1b}]11;?\u{07}")
4545

4646
#expect(delegate.sent.count == 2)
47-
#expect(delegate.sent[0] == bytes("\u{1b}]10;rgb:1111/2222/3333\u{07}"))
48-
#expect(delegate.sent[1] == bytes("\u{1b}]11;rgb:4444/5555/6666\u{07}"))
47+
#expect(delegate.sent[0] == bytes("\u{1b}]10;rgb:1111/2222/3333\u{1b}\\"))
48+
#expect(delegate.sent[1] == bytes("\u{1b}]11;rgb:4444/5555/6666\u{1b}\\"))
4949
}
5050

5151
@Test func testOsc104EmptyResetsAllColors() {

0 commit comments

Comments
 (0)