Пример #1
0
 /**
  * @depends testCursorCellAccountsForDoubleWidthCharacters
  * @param Readline $readline
  */
 public function testCursorCellObeysCustomEchoAsterisk(Readline $readline)
 {
     $readline->setEcho('*');
     $this->assertEquals(3, $readline->getCursorPosition());
     $this->assertEquals(3, $readline->getCursorCell());
 }