From 84c82d205fea95c5cdea1a3ba084f9fa74417649 Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Sun, 26 Oct 2025 12:30:28 +0100 Subject: Fix count operator --- src/tests/dice/tst_dice.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests') 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() -- cgit v1.2.3-70-g09d2