diff options
| author | 2022-01-22 00:56:32 +0100 | |
|---|---|---|
| committer | 2022-01-22 00:56:32 +0100 | |
| commit | 262cb9afb8338a76e126dea672a3fda53d8d1dad (patch) | |
| tree | 2feb807159369075b562948166d56de3e21a3b9c /tests/dice/tst_dice.cpp | |
| parent | bca7533035f224671e0d41060dfa7de2811ca397 (diff) | |
| download | OneRoll-262cb9afb8338a76e126dea672a3fda53d8d1dad.tar.gz OneRoll-262cb9afb8338a76e126dea672a3fda53d8d1dad.zip | |
Fix regression
Diffstat (limited to 'tests/dice/tst_dice.cpp')
| -rw-r--r-- | tests/dice/tst_dice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dice/tst_dice.cpp b/tests/dice/tst_dice.cpp index 150dddb..c5131ed 100644 --- a/tests/dice/tst_dice.cpp +++ b/tests/dice/tst_dice.cpp @@ -391,6 +391,7 @@ void TestDice::commandsTest_data() QTest::addRow("cmd89") << "1L[-3,-2,2,3]+10"; QTest::addRow("cmd90") << "1L[-3,-2,2,3]+10;1L[-3,-2,2,3]"; QTest::addRow("cmd91") << "1d20|3i:[>1]{\"Success\"}{\"Failure\"}"; + QTest::addRow("cmd92") << "4d10k3;4d10k3;4d10k3;[$1,$2,$3]s;\"Score @4\""; } void TestDice::rangedCommandsTest() |