From 9a64c549f8fe34c7c2fe77163f1af50258337c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Sun, 7 Jul 2019 20:54:12 +0200 Subject: [PATCH] fix ED3 test --- .../t0091-alt_screen_ED3.text | 48 +++++++++---------- src/Terminal2.test.ts | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/fixtures/escape_sequence_files/t0091-alt_screen_ED3.text b/fixtures/escape_sequence_files/t0091-alt_screen_ED3.text index 4a326a40..e481aec1 100644 --- a/fixtures/escape_sequence_files/t0091-alt_screen_ED3.text +++ b/fixtures/escape_sequence_files/t0091-alt_screen_ED3.text @@ -1,25 +1,25 @@ - n - o - p - q - r - s - t - u - v - w - x - y - z - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 +o +p +q +r +s +t +u +v +w +x +y +z +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 + +11 - 11 diff --git a/src/Terminal2.test.ts b/src/Terminal2.test.ts index 8c560761..9ad84736 100644 --- a/src/Terminal2.test.ts +++ b/src/Terminal2.test.ts @@ -131,7 +131,7 @@ if (os.platform() !== 'win32') { // 't0083-CHT.in', 't0084-CBT.in', // 't0090-alt_screen.in', - 't0091-alt_screen_ED3.in', + // 't0091-alt_screen_ED3.in', // 't0092-alt_screen_DECSC.in', // 't0100-IRM.in', 't0101-NLM.in',