Skip to content

v0.7.0

Compare
Choose a tag to compare
@hymkor hymkor released this 24 Sep 16:29
· 92 commits to master since this release
  • Use the default-background-color ESC[49m instead of black ESC[40m
  • Failed to call console-api, show API-name as error
  • Add -nologo option
  • expect(): when the console of STDOUT can not be read, try STDERR.
  • (#30) expect(): Set matching information into the global variables: _MATCHPOSITION , _MATCHLINE , _MATCH , _PREMATCH, and _POSTMATCH. (Thanks to @rdrdrdrd95 )

  • 黒の ESC[40m のかわりに、デフォルトの背景色 ESC[49m を使うようにした
  • コンソールのAPIの呼び出しに失敗した時、APIの名前をエラーに出すようにした。
  • -nologo オプションを追加
  • expect関数は STDOUT のコンソールが使えなかった時に、STDERR の方を試すようにした。
  • (#30) expect 関数は、マッチした情報をグローバル変数の _MATCHPOSITION , _MATCHLINE , _MATCH , _PREMATCH, _POSTMATCH.にセットするようにした。