mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Simplify test
This commit is contained in:
@@ -223,7 +223,7 @@ describe('InputHandler Integration Tests', function(): void {
|
||||
// Explicit
|
||||
window.term.write('\\n\\rdef\x1b[2;1H\x1b[2P')
|
||||
`);
|
||||
assert.deepEqual(await getLinesAsArray(5), ['bc', 'f', '', '', '']);
|
||||
assert.deepEqual(await getLinesAsArray(2), ['bc', 'f']);
|
||||
});
|
||||
|
||||
describe('DSR: Device Status Report', () => {
|
||||
|
||||
Reference in New Issue
Block a user