Skip to content

Commit a7d4a2d

Browse files
committed
Add new tests for the new support for DECSLRM
1 parent db5d0f5 commit a7d4a2d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Tests/SwiftTermTests/SwiftTermTests.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ final class SwiftTermTests {
110110
"DECRQM_ANSI_TTM", "DECRQM_ANSI_VEM", "DECRQM_DEC_DECAWM", "DECRQM_DEC_DECCKM", "DECRQM_DEC_DECCOLM",
111111
"DECRQM_DEC_DECLRMM", "DECRQM_DEC_DECNKM", "DECRQM_DEC_DECOM", "DECRQM_DEC_DECSCNM",
112112
"DECRQM_DEC_DECSCLM",
113-
113+
114+
//
115+
"DECRQSS_DECSLRM",
116+
"DECSCL_Level4_SupportsDECSLRMDoesntSupportDECNCSM",
117+
114118
// This test probes modes, and some of these modes fail due to the difference between
115119
// a value configured, versus a hardwired value, so they are mostly fine, but worth
116120
// submiting patches or just accepting defeat and changing the default
@@ -318,9 +322,6 @@ final class SwiftTermTests {
318322
// Use this test to run a single test
319323
@Test func testSingle() {
320324
#expect(runTester("test_ChangeColor_Hash3") == nil)
321-
// #expect(runTester("test_DECRQSS_DECSLRM") == nil)
322-
// #expect(runTester("test_DECSCL_Level4_SupportsDECSLRMDoesntSupportDECNCSM") == nil)
323-
//#expect(runTester("test_DSCSCL_Level3_SupportsDECRQMDoesntSupportDECSLRM") == nil)
324325
}
325326

326327
@Test func testWraparound() {

0 commit comments

Comments
 (0)