forked from bcdice/BCDice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Result/RTコマンド、Damage/DTコマンドで、マイナス値のパラメータを受け付けていなかったのを修正
Result/RTコマンド、Damage/DTコマンドで、パラメータとしてマイナス値を直接入力した際に、コマンドを受け付けていなかったのを修正。 パラメータが計算式で、計算の結果マイナスになる場合は、設計意図通りに動作していた。 が、パラメータにマイナス値を直接入れてのテストケースを作っていなかったため、発見できなかった。
- Loading branch information
1 parent
650d7e0
commit dab21e1
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters