v0.9.0
- Add the new global variable:
capturelines
(default:2)- It can specify the number of the captured lines when
expect()
is executed.
- It can specify the number of the captured lines when
- Add the new function:
sleep(SECOND)
,usleep(MICROSECOND)
- 新グローバル変数:
capturelines
を追加(デフォルトは2)expect()
が実行されたときにキャプチャーする行数を指定します。
- 新関数
sleep(秒)
とusleep(マイクロ秒)
を追加