Skip to content

v0.9.0

Compare
Choose a tag to compare
@hymkor hymkor released this 28 Dec 12:22
· 60 commits to master since this release
  • Add the new global variable: capturelines (default:2)
    • It can specify the number of the captured lines when expect() is executed.
  • Add the new function: sleep(SECOND) , usleep(MICROSECOND)

  • 新グローバル変数: capturelines を追加(デフォルトは2)
    • expect() が実行されたときにキャプチャーする行数を指定します。
  • 新関数 sleep(秒)usleep(マイクロ秒) を追加