This commit is contained in:
parent
0627e7068a
commit
f4c56d383a
@ -19,7 +19,7 @@ class ANSITest extends TestCase {
|
||||
|
||||
public function testMoveCursor(): void
|
||||
{
|
||||
$this->assertEquals("\e[25;40H", ANSI::moveCursor(25, 40));
|
||||
$this->assertEquals("\e[25;40H", ANSI::moveCursor(24, 39));
|
||||
}
|
||||
|
||||
public function testScrollUp(): void
|
||||
|
Loading…
Reference in New Issue
Block a user