diff options
| author | 2025-10-26 12:30:28 +0100 | |
|---|---|---|
| committer | 2025-11-10 02:39:57 +0000 | |
| commit | 84c82d205fea95c5cdea1a3ba084f9fa74417649 (patch) | |
| tree | 9a318619bfd9f59c99e800e6a441066345500af3 /src/tests/dice/tst_dice.cpp | |
| parent | 19670fc751782d063fafd43c9be03ecc92572c6b (diff) | |
| download | OneRoll-84c82d205fea95c5cdea1a3ba084f9fa74417649.tar.gz OneRoll-84c82d205fea95c5cdea1a3ba084f9fa74417649.zip | |
Fix count operator
Diffstat (limited to 'src/tests/dice/tst_dice.cpp')
| -rw-r--r-- | src/tests/dice/tst_dice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/dice/tst_dice.cpp b/src/tests/dice/tst_dice.cpp index 308a029..7b9e527 100644 --- a/src/tests/dice/tst_dice.cpp +++ b/src/tests/dice/tst_dice.cpp @@ -401,6 +401,7 @@ void TestDice::commandsTest_data() QTest::addRow("cmd93") << "4d10e(10)10"; QTest::addRow("cmd94") << "15/7;floor($1);ceil($1);round($1)"; QTest::addRow("cmd94") << "15/7;floor(15/7);ceil(15/7);round(15/7)"; + QTest::addRow("cmd95") << "10d5;3d6;\"@1\\n@2\""; } void TestDice::rangedCommandsTest() |